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:
authorDouwe Maan <douwe@gitlab.com>2015-02-20 16:39:35 +0300
committerDouwe Maan <douwe@gitlab.com>2015-02-20 18:04:03 +0300
commit938a1381fc89d39df9c440aad2f95e3b93d80f3b (patch)
treea9e3694f580fd122c07ca0e62c36ff6482436bae /lib/gitlab/middleware
parent73d12d6e6db807d6d15a665cddc0ca9a47bff4eb (diff)
Satisfy Rubocop.
Diffstat (limited to 'lib/gitlab/middleware')
-rw-r--r--lib/gitlab/middleware/static.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/middleware/static.rb b/lib/gitlab/middleware/static.rb
index b92319c95d4..85ffa8aca68 100644
--- a/lib/gitlab/middleware/static.rb
+++ b/lib/gitlab/middleware/static.rb
@@ -10,4 +10,4 @@ module Gitlab
end
end
end
-end \ No newline at end of file
+end