Skip to content
Snippets Groups Projects
Unverified Commit 7193229b authored by Issy Long's avatar Issy Long
Browse files

Auto-fix Layout/CommentIndentation offenses

parent 489ba3f4
No related branches found
No related tags found
No related merge requests found
......@@ -128,8 +128,8 @@ class Keg
keg_names = kegs.select(&:optlinked?).map(&:name)
keg_formulae = []
kegs_by_source = kegs.group_by do |keg|
# First, attempt to resolve the keg to a formula
# to get up-to-date name and tap information.
# First, attempt to resolve the keg to a formula
# to get up-to-date name and tap information.
f = keg.to_formula
keg_formulae << f
[f.name, f.tap]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment