Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jun 22, 2015
1 parent 72c1634 commit 71ebc3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/action_cable/connection/subscriptions.rb
Expand Up @@ -40,9 +40,7 @@ def identifiers
end

def cleanup
subscriptions.each do |id, channel|
channel.perform_disconnection
end
subscriptions.each { |id, channel| channel.perform_disconnection }
end

private
Expand Down

0 comments on commit 71ebc3a

Please sign in to comment.