Commit 1974deef authored by Kushal Pandya's avatar Kushal Pandya

HAMLLint: Fix `FinalNewline` offences

parent 08e083db
......@@ -8,4 +8,4 @@
Allow projects within this group to use Git LFS
= link_to icon('question-circle'), help_page_path('workflow/lfs/manage_large_binaries_with_git_lfs')
%br/
%span.descr This setting can be overridden in each project.
\ No newline at end of file
%span.descr This setting can be overridden in each project.
......@@ -3,4 +3,4 @@
= "The errors we encountered were:"
- @errors.each do |error|
#{error}
\ No newline at end of file
#{error}
......@@ -6,4 +6,4 @@
%span.str-truncated= file_name
%td.hidden-xs.tree-commit
%td.tree-time-ago.cgray.text-right
= render 'projects/tree/spinner'
\ No newline at end of file
= render 'projects/tree/spinner'
......@@ -6,4 +6,4 @@
%span.str-truncated= path
%td.hidden-xs.tree-commit
%td.tree-time-ago.text-right
= render 'projects/tree/spinner'
\ No newline at end of file
= render 'projects/tree/spinner'
.fade-left
= icon('angle-left')
.fade-right
= icon('angle-right')
\ No newline at end of file
= icon('angle-right')
......@@ -6,4 +6,4 @@
new Calendar(
#{@activity_dates.to_json},
'#{user_calendar_activities_path}'
);
\ No newline at end of file
);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment