Skip to content

Commit f7f9fe3

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
Formatted with Google Java Formatter
1 parent 932c3cf commit f7f9fe3

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

devtools/src/main/java/com/example/devtools/DevtoolsApplication.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@SpringBootApplication
77
public class DevtoolsApplication {
88

9-
public static void main(String[] args) {
10-
SpringApplication.run(DevtoolsApplication.class, args);
11-
}
9+
public static void main(String[] args) {
10+
SpringApplication.run(DevtoolsApplication.class, args);
11+
}
1212
}

devtools/src/test/java/com/example/devtools/DevtoolsApplicationTests.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
@SpringBootTest
77
class DevtoolsApplicationTests {
88

9-
@Test
10-
void contextLoads() {
11-
}
12-
9+
@Test
10+
void contextLoads() {}
1311
}

0 commit comments

Comments
 (0)