1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Merge pull request #282 from gerrywastaken/task/make-spacing-consistent-with-style-guide

Fix spacing inconsistencies which conflict with style guide
This commit is contained in:
Gerry 2016-11-09 16:28:20 +11:00 committed by GitHub
commit abff97e812
27 changed files with 90 additions and 90 deletions

View file

@ -23,7 +23,7 @@ module AwesomePrint
end
end
width = data.map { |key, | key.size }.max || 0
width = data.map { |key, _value| key.size }.max || 0
width += indentation if options[:indent] > 0
data = data.map do |key, value|