Skip to content

Commit 016d4dc

Browse files
committed
Merge branch 'checkstyle' of https://github.com/code-for-tomorrow/java into checkstyle
2 parents 15c9c6e + f7a48fb commit 016d4dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/codefortomorrow/Test.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.codefortomorrow;
22

33
public class Test {
4+
45
public static void main(String[] args) {
56
System.out.println("Testing");
67
}
@@ -10,4 +11,4 @@ public static void test() {
1011
System.out.println("Testing");
1112
System.out.println("Testing");
1213
}
13-
}
14+
}

0 commit comments

Comments
 (0)