Skip to content

Commit ba3c068

Browse files
committed
Apply google style#86
1 parent 78da830 commit ba3c068

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.iluwatar;
22

33
public class App {
4-
public static void main(String[] args) {
5-
System.out.println("Hello World!");
6-
}
4+
public static void main(String[] args) {
5+
System.out.println("Hello World!");
6+
}
77
}

hexagonal/src/test/java/com/iluwatar/AppTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
*/
1010
public class AppTest {
1111

12-
@Test
13-
public void test() {
14-
String[] args = {};
15-
App.main(args);
16-
}
12+
@Test
13+
public void test() {
14+
String[] args = {};
15+
App.main(args);
16+
}
1717
}

0 commit comments

Comments
 (0)