summaryrefslogtreecommitdiff
path: root/app/views/projects/services/_form.html.haml
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-05-31 20:17:31 +0530
committerkushalpandya <kushal@gitlab.com>2017-05-31 20:17:31 +0530
commit85b6b9b6aa3f76bd7e6ea764a49829afbfba9de8 (patch)
tree4592da3c123d29bfebcb56abef8a0d70caa4c38f /app/views/projects/services/_form.html.haml
parentb4b16212d9c17231f843db1b59caa5d086490860 (diff)
downloadgitlab-ce-85b6b9b6aa3f76bd7e6ea764a49829afbfba9de8.tar.gz
Lint: Fix missing new line at EOF
Diffstat (limited to 'app/views/projects/services/_form.html.haml')
-rw-r--r--app/views/projects/services/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
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"