Skip to content

Commit

Permalink
Use tabs indent in RestServiceApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Jan 16, 2023
1 parent e03c1e1 commit 85d0868
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
@SpringBootApplication
public class RestServiceApplication {

public static void main(String[] args) {
SpringApplication.run(RestServiceApplication.class, args);
}
public static void main(String[] args) {
SpringApplication.run(RestServiceApplication.class, args);
}

}

0 comments on commit 85d0868

Please sign in to comment.