Fix all Layout/SpaceAfterComma issues and remove from rubocop_todo list

This commit is contained in:
Bertocq
2017-06-21 22:37:06 +02:00
parent c862543e6f
commit e6dd33bd66
15 changed files with 17 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ module Ahoy
# chart
def add(name, collection)
collections.push data: collection, name: name
collection.each{ |k,v| add_key k }
collection.each{ |k, v| add_key k }
end
def build