Skip to content

Commit f7a48fb

Browse files
phrdangactions-user
authored andcommitted
Bot: Prettified Java code!
1 parent c78099a commit f7a48fb

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)