Reformatting test case as well

This commit is contained in:
Ankur Kaushal 2015-11-01 02:23:27 -05:00
parent 87baa98d2b
commit 44b7b94da6

View File

@ -11,9 +11,9 @@ import com.iluwatar.observer.App;
*/
public class AppTest {
@Test
public void test() {
String[] args = {};
App.main(args);
}
@Test
public void test() {
String[] args = {};
App.main(args);
}
}