Replaced tabs with spaces in auto-generated files

This commit is contained in:
Graham Cox
2022-02-10 07:32:33 +00:00
parent 7a7fe11002
commit 3c701c5388
2 changed files with 47 additions and 47 deletions
@@ -6,8 +6,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class FaunaBlogApplication {
public static void main(String[] args) {
SpringApplication.run(FaunaBlogApplication.class, args);
}
public static void main(String[] args) {
SpringApplication.run(FaunaBlogApplication.class, args);
}
}