From 00adbbe98f3c5c0d92e92684d3477bbf0fc87f5e Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 13 Oct 2019 10:11:35 +0100 Subject: [PATCH] Auto-fix Layout/IndentHeredoc offenses --- Library/Homebrew/formula_installer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 1cf128788e..cc096ddae9 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -361,8 +361,8 @@ class FormulaInstaller # If the formula name doesn't exist any more then complain but don't # stop installation from continuing. opoo <<~EOS - #{formula}: #{e.message} - 'conflicts_with \"#{c.name}\"' should be removed from #{formula.path.basename}. + #{formula}: #{e.message} + 'conflicts_with \"#{c.name}\"' should be removed from #{formula.path.basename}. EOS raise if ARGV.homebrew_developer?