Apply Google coding conventions

This commit is contained in:
Ilkka Seppala
2015-11-21 15:12:31 +02:00
parent 230c02fb24
commit 7885380633
2 changed files with 44 additions and 45 deletions
@@ -9,9 +9,9 @@ import org.junit.Test;
*/
public class AppTest {
@Test
public void test() throws Exception {
String[] args = {};
App.main(args);
}
}
@Test
public void test() throws Exception {
String[] args = {};
App.main(args);
}
}