From e2ca01c0c0cb3dc1a470141292cc5c420d572cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magdalena=20Grodzi=C5=84ska?= Date: Tue, 19 Nov 2019 19:31:33 +0100 Subject: Fix EOF newlines so that Github doesn't complain --- src/main/resources/application.properties | 2 +- src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/error.html | 2 +- .../pl/edu/mimuw/cloudatlas/client/templates/fragments/navbar.html | 2 +- src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/resources') 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 diff --git a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/error.html b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/error.html index 9b42db1..b449bda 100644 --- a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/error.html +++ b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/error.html @@ -7,4 +7,4 @@

message

- \ No newline at end of file + diff --git a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/fragments/navbar.html b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/fragments/navbar.html index c2beaa9..8d7af3b 100644 --- a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/fragments/navbar.html +++ b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/fragments/navbar.html @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html index c8f3031..47b19af 100644 --- a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html +++ b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html @@ -21,4 +21,4 @@ - \ No newline at end of file + -- cgit v1.2.3