diff options
author | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2019-11-19 19:31:33 +0100 |
---|---|---|
committer | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2019-11-19 19:31:33 +0100 |
commit | e2ca01c0c0cb3dc1a470141292cc5c420d572cf8 (patch) | |
tree | e7b30f6a4a092efe99062a91c1592777aa589c12 /src/main/resources/application.properties | |
parent | 89b3f1164af4d157a1419e203575fe9a56f25794 (diff) |
Fix EOF newlines so that Github doesn't complain
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index cf15d4a..9cbc2e8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,4 +3,4 @@ spring.application.name=CloudAtlas Client spring.thymeleaf.cache=false spring.thymeleaf.enabled=true spring.thymeleaf.prefix=classpath:/pl/edu/mimuw/cloudatlas/client/templates/ -spring.thymeleaf.suffix=.html
\ No newline at end of file +spring.thymeleaf.suffix=.html |