summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-22 17:13:54 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 11:43:08 +0530
commit1974deeffb3ddc88d027cc6fb8f992af7b91b2a7 (patch)
treec6e7ec65e399ee640a047f17f9f9bfb7b861afa0 /app/views/users
parent08e083db1c004f9bec076c910bd5240d282bfc68 (diff)
downloadgitlab-ce-1974deeffb3ddc88d027cc6fb8f992af7b91b2a7.tar.gz
HAMLLint: Fix `FinalNewline` offences
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/calendar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/calendar.html.haml b/app/views/users/calendar.html.haml
index 09ff8a76d27..6228245d8d0 100644
--- a/app/views/users/calendar.html.haml
+++ b/app/views/users/calendar.html.haml
@@ -6,4 +6,4 @@
new Calendar(
#{@activity_dates.to_json},
'#{user_calendar_activities_path}'
- ); \ No newline at end of file
+ );