summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-05 20:05:15 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-05 20:10:22 +0300
commit4780ef33f30711c5f53e8cbeeeb25826627a01d0 (patch)
tree99e7ea1e0733545893f7616690489383440ba14c /app/controllers
parentaa8710eea74b0fede88e2d5c52c5c4c6dfb6adb2 (diff)
downloadgitlab-ci-4780ef33f30711c5f53e8cbeeeb25826627a01d0.tar.gz
satisfy rubocop
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/variables_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/variables_controller.rb b/app/controllers/variables_controller.rb
index ef4916c..6eb908e 100644
--- a/app/controllers/variables_controller.rb
+++ b/app/controllers/variables_controller.rb
@@ -14,4 +14,4 @@ class VariablesController < ApplicationController
def project
@project ||= Project.find(params[:project_id])
end
-end \ No newline at end of file
+end