summaryrefslogtreecommitdiff
path: root/app/controllers/registrations_controller.rb
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2016-08-06 04:03:01 +0200
committerGabriel Mazetto <gabriel@gitlab.com>2016-08-06 04:03:01 +0200
commitc9aa19881cf719baaea1bbb9bb00f84145a99b8b (patch)
tree59a90d5ae7fd50a27bb3a389c721b3bc228b9cc1 /app/controllers/registrations_controller.rb
parentaa49c20e81210d8b397287eb1ec10a29bcd2f132 (diff)
downloadgitlab-ce-c9aa19881cf719baaea1bbb9bb00f84145a99b8b.tar.gz
Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefault
Diffstat (limited to 'app/controllers/registrations_controller.rb')
-rw-r--r--app/controllers/registrations_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb
index 75b78a49eab..3327f4f2b87 100644
--- a/app/controllers/registrations_controller.rb
+++ b/app/controllers/registrations_controller.rb
@@ -33,7 +33,7 @@ class RegistrationsController < Devise::RegistrationsController
protected
- def build_resource(hash=nil)
+ def build_resource(hash = nil)
super
end