Skip to content

Commit

Permalink
add EOL @ EOF
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Stroe <[email protected]>
  • Loading branch information
cstroe committed Sep 16, 2020
1 parent 1d6423e commit a7f1175
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ plugins {

// repositories added in PlayApp class

</#if>
</#if>
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ GET /shutdown controllers.Application.shutdown
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.at(path="/public", file)

</#if>
</#if>
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ object Application extends Controller {
Ok("shutdown")
}
}
</#if>
</#if>
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ logger.play=INFO
# Logger provided to your application:
logger.application=DEBUG

</#if>
</#if>

0 comments on commit a7f1175

Please sign in to comment.