Skip to content
Snippets Groups Projects
Commit 85b6b9b6 authored by kushalpandya's avatar kushalpandya
Browse files

Lint: Fix missing new line at EOF

parent b4b16212
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -103,4 +103,4 @@
border-top: 1px solid $border-color;
}
}
}
\ No newline at end of file
}
Loading
Loading
@@ -21,4 +21,4 @@
 
- if lookup_context.template_exists?('show', "projects/services/#{@service.to_param}", true)
%hr
= render "projects/services/#{@service.to_param}/show"
\ No newline at end of file
= render "projects/services/#{@service.to_param}/show"
Loading
Loading
@@ -42,4 +42,4 @@
$CI_ENVIRONMENT_SLUG
to exporter's queries.
= link_to 'More information', '#'
%ul.metrics-list.js-missing-var-metrics-list
\ No newline at end of file
%ul.metrics-list.js-missing-var-metrics-list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment