diff options
author | Kushal Pandya <kushal@gitlab.com> | 2016-12-22 17:13:54 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2016-12-31 11:43:08 +0530 |
commit | 1974deeffb3ddc88d027cc6fb8f992af7b91b2a7 (patch) | |
tree | c6e7ec65e399ee640a047f17f9f9bfb7b861afa0 /app/views/users | |
parent | 08e083db1c004f9bec076c910bd5240d282bfc68 (diff) | |
download | gitlab-ce-1974deeffb3ddc88d027cc6fb8f992af7b91b2a7.tar.gz |
HAMLLint: Fix `FinalNewline` offences
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/calendar.html.haml | 2 |
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 + ); |