From 7193229b4212e5af34fe54dc3df3fa960e38e2ce Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 13 Oct 2019 10:12:59 +0100 Subject: [PATCH] Auto-fix Layout/CommentIndentation offenses --- Library/Homebrew/keg.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index ab88502023..d102764f48 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -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]