1
0
Fork 0

Fix code style

This commit is contained in:
Alex Kotov 2018-12-13 06:55:17 +05:00
parent 0a0db1192f
commit 607493ccda
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ class Users::RegistrationsController < Devise::RegistrationsController
# in to be expired now. This is useful if the user wants to
# cancel oauth signing in/up in the middle of the process,
# removing all OAuth session data.
# def cancel
# super
# end
def cancel
super
end
protected