From 489ba3f462b03c989a1f0a294c769a37097c7a26 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 13 Oct 2019 10:12:01 +0100 Subject: [PATCH] Auto-fix Layout/ClosingHeredocIndentation offenses --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index cc096ddae9..320bd1c1d5 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -363,7 +363,7 @@ class FormulaInstaller opoo <<~EOS #{formula}: #{e.message} 'conflicts_with \"#{c.name}\"' should be removed from #{formula.path.basename}. - EOS + EOS raise if ARGV.homebrew_developer?