Formatted code according to google java (aosp) format
This commit is contained in:
parent
cbac8fc8db
commit
f8c268111c
3 changed files with 6 additions and 9 deletions
|
@ -9,5 +9,4 @@ public class SmarthutApplication {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(SmarthutApplication.class, args);
|
SpringApplication.run(SmarthutApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,5 @@ import org.springframework.boot.test.context.SpringBootTest;
|
||||||
class SmarthutApplicationTests {
|
class SmarthutApplicationTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void contextLoads() {
|
void contextLoads() {}
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue