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}") @Parameters(name = "{1}")
public static Collection<Object[]> data () { public static Collection<Object[]> data () {
String[] groups = new String[] { // String[] groups = new String[] {
"comments", // "comments",
"delimiters", // "delimiters",
"interpolation", // "interpolation",
"inverted", // "inverted",
"sections", // "sections",
"partials" "partials"
}; };
List<Object[]> tuples = new ArrayList<>(); List<Object[]> tuples = new ArrayList<>();