diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-02-20 14:39:35 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-02-20 14:39:35 +0100 |
commit | c801df81fb48272b670b7448e3898a98cdb8b742 (patch) | |
tree | 337b5538f0256e868e14b9b104b3ac90fe65335c /app | |
parent | 73d12d6e6db807d6d15a665cddc0ca9a47bff4eb (diff) | |
download | gitlab-ce-c801df81fb48272b670b7448e3898a98cdb8b742.tar.gz |
Satisfy Rubocop.
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/projects/uploads_controller.rb | 2 |
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 |