1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Merge pull request #2990 from westonplatter/master

remove new line to keep convention with other methods
This commit is contained in:
José Valim 2014-04-20 22:55:48 +02:00
commit 24327c7310

View file

@ -25,7 +25,6 @@ class Devise::SessionsController < DeviseController
signed_out = (Devise.sign_out_all_scopes ? sign_out : sign_out(resource_name))
set_flash_message :notice, :signed_out if signed_out && is_flashing_format?
yield if block_given?
respond_to_on_destroy
end