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 16:39:35 +0300
commitc801df81fb48272b670b7448e3898a98cdb8b742 (patch)
tree337b5538f0256e868e14b9b104b3ac90fe65335c /app/controllers/projects/uploads_controller.rb
parent73d12d6e6db807d6d15a665cddc0ca9a47bff4eb (diff)
Satisfy Rubocop.
Diffstat (limited to 'app/controllers/projects/uploads_controller.rb')
-rw-r--r--app/controllers/projects/uploads_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/uploads_controller.rb b/app/controllers/projects/uploads_controller.rb
index b922b56418a..2b4da35bc7f 100644
--- a/app/controllers/projects/uploads_controller.rb
+++ b/app/controllers/projects/uploads_controller.rb
@@ -16,4 +16,4 @@ class Projects::UploadsController < Projects::ApplicationController
not_found!
end
end
-end \ No newline at end of file
+end