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
1 changed files with 0 additions and 1 deletions

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