Skip to content

Commit 85d0868

Browse files
committed
Use tabs indent in RestServiceApplication
1 parent e03c1e1 commit 85d0868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

complete/src/main/java/com/example/restservice/RestServiceApplication.java

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

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

1313
}

0 commit comments

Comments
 (0)