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
|
@ -12,4 +12,4 @@ public class HelloWorld {
|
|||
String home() {
|
||||
return "Hello World!";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,8 +6,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
@SpringBootApplication
|
||||
public class SmarthutApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(SmarthutApplication.class, args);
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(SmarthutApplication.class, args);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,8 +6,6 @@ import org.springframework.boot.test.context.SpringBootTest;
|
|||
@SpringBootTest
|
||||
class SmarthutApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
@Test
|
||||
void contextLoads() {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue