Formatted code according to google java (aosp) format

This commit is contained in:
Claudio Maggioni 2020-02-24 14:15:49 +01:00
parent cbac8fc8db
commit f8c268111c
3 changed files with 6 additions and 9 deletions

View file

@ -9,5 +9,4 @@ public class SmarthutApplication {
public static void main(String[] args) {
SpringApplication.run(SmarthutApplication.class, args);
}
}

View file

@ -7,7 +7,5 @@ import org.springframework.boot.test.context.SpringBootTest;
class SmarthutApplicationTests {
@Test
void contextLoads() {
}
void contextLoads() {}
}