Commit 85b6b9b6 authored by kushalpandya's avatar kushalpandya

Lint: Fix missing new line at EOF

parent b4b16212
...@@ -103,4 +103,4 @@ ...@@ -103,4 +103,4 @@
border-top: 1px solid $border-color; border-top: 1px solid $border-color;
} }
} }
} }
\ No newline at end of file
...@@ -21,4 +21,4 @@ ...@@ -21,4 +21,4 @@
- if lookup_context.template_exists?('show', "projects/services/#{@service.to_param}", true) - if lookup_context.template_exists?('show', "projects/services/#{@service.to_param}", true)
%hr %hr
= render "projects/services/#{@service.to_param}/show" = render "projects/services/#{@service.to_param}/show"
\ No newline at end of file
...@@ -42,4 +42,4 @@ ...@@ -42,4 +42,4 @@
$CI_ENVIRONMENT_SLUG $CI_ENVIRONMENT_SLUG
to exporter's queries. to exporter's queries.
= link_to 'More information', '#' = link_to 'More information', '#'
%ul.metrics-list.js-missing-var-metrics-list %ul.metrics-list.js-missing-var-metrics-list
\ 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