From 85b6b9b6aa3f76bd7e6ea764a49829afbfba9de8 Mon Sep 17 00:00:00 2001 From: kushalpandya Date: Wed, 31 May 2017 20:17:31 +0530 Subject: [PATCH] Lint: Fix missing new line at EOF --- app/assets/stylesheets/pages/settings.scss | 2 +- app/views/projects/services/_form.html.haml | 2 +- app/views/projects/services/prometheus/_show.html.haml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss index 7c35690f584..7c99eef3406 100644 --- a/app/assets/stylesheets/pages/settings.scss +++ b/app/assets/stylesheets/pages/settings.scss @@ -103,4 +103,4 @@ border-top: 1px solid $border-color; } } -} \ No newline at end of file +} diff --git a/app/views/projects/services/_form.html.haml b/app/views/projects/services/_form.html.haml index f9ce81b729f..a9013701591 100644 --- a/app/views/projects/services/_form.html.haml +++ b/app/views/projects/services/_form.html.haml @@ -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" diff --git a/app/views/projects/services/prometheus/_show.html.haml b/app/views/projects/services/prometheus/_show.html.haml index 3192116d128..bf8bfe4ddcb 100644 --- a/app/views/projects/services/prometheus/_show.html.haml +++ b/app/views/projects/services/prometheus/_show.html.haml @@ -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