Whitespace tweaks.
This commit is contained in:
@@ -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<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user