Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-22 14:43:54 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-31 09:13:08 +0300
commit1974deeffb3ddc88d027cc6fb8f992af7b91b2a7 (patch)
treec6e7ec65e399ee640a047f17f9f9bfb7b861afa0 /app/views/notify
parent08e083db1c004f9bec076c910bd5240d282bfc68 (diff)
HAMLLint: Fix `FinalNewline` offences
Diffstat (limited to 'app/views/notify')
-rw-r--r--app/views/notify/project_was_not_exported_email.text.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/project_was_not_exported_email.text.haml b/app/views/notify/project_was_not_exported_email.text.haml
index b27cb620b9e..27785165c2d 100644
--- a/app/views/notify/project_was_not_exported_email.text.haml
+++ b/app/views/notify/project_was_not_exported_email.text.haml
@@ -3,4 +3,4 @@
= "The errors we encountered were:"
- @errors.each do |error|
- #{error} \ No newline at end of file
+ #{error}