Whitespace tweaks.

This commit is contained in:
Michael Bayne
2023-11-18 16:00:05 -08:00
parent 28d9025c66
commit a1f5a8110c
@@ -90,12 +90,12 @@ public class SpecTest {
@Parameters(name = "{1}")
public static Collection<Object[]> data () {
String[] groups = new String[] { //
"comments", //
"delimiters", //
"interpolation", //
"inverted", //
"sections", //
String[] groups = new String[] {
"comments",
"delimiters",
"interpolation",
"inverted",
"sections",
"partials"
};
List<Object[]> tuples = new ArrayList<>();