Skip to content

Commit 44b7b94

Browse files
committed
Reformatting test case as well
1 parent 87baa98 commit 44b7b94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
*/
1212
public class AppTest {
1313

14-
@Test
15-
public void test() {
16-
String[] args = {};
17-
App.main(args);
18-
}
14+
@Test
15+
public void test() {
16+
String[] args = {};
17+
App.main(args);
18+
}
1919
}

0 commit comments

Comments
 (0)