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
path: root/lib/tasks
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-06-30 11:41:06 +0400
committerSytse Sijbrandij <sytses@gmail.com>2014-06-30 11:41:06 +0400
commit2f962a40e8e3d28cbe7f4988711361dffae900e2 (patch)
tree86fd564b8ff90cb8b5fa32af2731fecdd048451f /lib/tasks
parent024e0577c6b6ded30ee09536082bd24405bda1e5 (diff)
parenta7e0ca9e83851ae573eb19a977814f550b07f44f (diff)
Merge pull request #7170 from cirosantilli/add-trailing-newlines
[minor-refactor] Add trailing newline to all text files.
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gitlab/test.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/test.rake b/lib/tasks/gitlab/test.rake
index 5b937ce0a28..c01b00bd1c0 100644
--- a/lib/tasks/gitlab/test.rake
+++ b/lib/tasks/gitlab/test.rake
@@ -11,4 +11,4 @@ namespace :gitlab do
system({'RAILS_ENV' => 'test', 'force' => 'yes'}, *cmd) or raise("#{cmd} failed!")
end
end
-end \ No newline at end of file
+end