remove new line to keep convention with other methods

This commit is contained in:
Weston Platter 2014-04-20 13:57:31 -06:00
parent 0a27a0da3b
commit 0b096c961a
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