Fixed missing new line issue
This commit is contained in:
parent
d478746229
commit
2693991c1b
|
@ -10,4 +10,4 @@ public class Application {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
applicationContext = SpringApplication.run(Application.class, args);
|
applicationContext = SpringApplication.run(Application.class, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue