Lint: Fix missing new line at EOF
This commit is contained in:
parent
b4b16212d9
commit
85b6b9b6aa
3 changed files with 3 additions and 3 deletions
|
@ -103,4 +103,4 @@
|
|||
border-top: 1px solid $border-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@
|
|||
|
||||
- if lookup_context.template_exists?('show', "projects/services/#{@service.to_param}", true)
|
||||
%hr
|
||||
= render "projects/services/#{@service.to_param}/show"
|
||||
= render "projects/services/#{@service.to_param}/show"
|
||||
|
|
|
@ -42,4 +42,4 @@
|
|||
$CI_ENVIRONMENT_SLUG
|
||||
to exporter's queries.
|
||||
= link_to 'More information', '#'
|
||||
%ul.metrics-list.js-missing-var-metrics-list
|
||||
%ul.metrics-list.js-missing-var-metrics-list
|
||||
|
|
Loading…
Reference in a new issue