Add and apply Layout/ExtraSpacing rubocop rule

This commit is contained in:
Javi Martín
2019-10-24 18:11:58 +02:00
parent 033f3c33e3
commit 57ef380379
22 changed files with 29 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ module Ahoy
# Name is the name of the collection and will be showed in the
# chart
def add(name, collection)
collections.push data: collection, name: name
collections.push data: collection, name: name
collection.each_key { |key| add_key key }
end