Skip to content

Commit d4efc94

Browse files
fix build for 935
1 parent fbfb9b5 commit d4efc94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/java/com/fishercoder/_935Test.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ public class _935Test {
1010
private static _935.Solution1 solution1;
1111

1212
@BeforeClass
13-
public static void setup() { solution1 = new _935.Solution1(); }
13+
public static void setup() {
14+
solution1 = new _935.Solution1();
15+
}
1416

1517
@Test
1618
public void test1() {

0 commit comments

Comments
 (0)