Fixed missing new line issue

This commit is contained in:
chris.anatalio 2016-10-02 19:10:55 -07:00
parent d478746229
commit 2693991c1b
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ public class Application {
public static void main(String[] args) {
applicationContext = SpringApplication.run(Application.class, args);
}
}
}