From a7607928e341eea7740b27f3ae507c26c7a68c56 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 22 Jun 2015 16:19:19 +0200 Subject: Style --- lib/action_cable/connection/base.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/action_cable/connection') diff --git a/lib/action_cable/connection/base.rb b/lib/action_cable/connection/base.rb index 69102aeaa3..7db554294a 100644 --- a/lib/action_cable/connection/base.rb +++ b/lib/action_cable/connection/base.rb @@ -68,11 +68,7 @@ module ActionCable end def statistics - { - identifier: connection_identifier, - started_at: @started_at, - subscriptions: subscriptions.identifiers - } + { identifier: connection_identifier, started_at: @started_at, subscriptions: subscriptions.identifiers } end -- cgit v1.2.3