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:
commit
24327c7310
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue