summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 13:10:37 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 13:10:37 -0200
commitf42b1fa6e5d84b84ede5bcc853dd2df9c6b5836d (patch)
tree35975fe60314b0b33d6a6de55e51792a7d65fb90
parent3d52e139b13ad077286f2f9f46b7e98f43ad9564 (diff)
downloadgitlab-ce-f42b1fa6e5d84b84ede5bcc853dd2df9c6b5836d.tar.gz
Fix rubucop offenses
-rw-r--r--app/controllers/dashboard/todos_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/dashboard/todos_controller.rb b/app/controllers/dashboard/todos_controller.rb
index e24b8d3e58f..ed11ca5c0eb 100644
--- a/app/controllers/dashboard/todos_controller.rb
+++ b/app/controllers/dashboard/todos_controller.rb
@@ -19,5 +19,3 @@ class Dashboard::TodosController < Dashboard::ApplicationController
@todo ||= current_user.todos.find(params[:id])
end
end
-
-