Auto-fix Layout/CommentIndentation offenses
This commit is contained in:
parent
489ba3f462
commit
7193229b42
@ -128,8 +128,8 @@ class Keg
|
|||||||
keg_names = kegs.select(&:optlinked?).map(&:name)
|
keg_names = kegs.select(&:optlinked?).map(&:name)
|
||||||
keg_formulae = []
|
keg_formulae = []
|
||||||
kegs_by_source = kegs.group_by do |keg|
|
kegs_by_source = kegs.group_by do |keg|
|
||||||
# First, attempt to resolve the keg to a formula
|
# First, attempt to resolve the keg to a formula
|
||||||
# to get up-to-date name and tap information.
|
# to get up-to-date name and tap information.
|
||||||
f = keg.to_formula
|
f = keg.to_formula
|
||||||
keg_formulae << f
|
keg_formulae << f
|
||||||
[f.name, f.tap]
|
[f.name, f.tap]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user