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:
authorFrederic Van Espen <fes@escaux.com>2019-03-07 15:34:17 +0300
committerFrederic Van Espen <fes@escaux.com>2019-03-07 15:34:17 +0300
commit094f219506e0307c019f0a846d8a399aacfc6a53 (patch)
tree345e8c668b364f083ed810d8a251544a02bbf13c /lib/backup
parent31dfc31aaa227224152f200b9fb961404a08fa40 (diff)
trim empty line
Diffstat (limited to 'lib/backup')
-rw-r--r--lib/backup/helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/backup/helper.rb b/lib/backup/helper.rb
index a375b58268e..2c2e35add0e 100644
--- a/lib/backup/helper.rb
+++ b/lib/backup/helper.rb
@@ -37,6 +37,5 @@ module Backup
"gzip -c -1"
end
end
-
end
end