Auto-fix Layout/IndentHeredoc offenses

This commit is contained in:
Issy Long 2019-10-13 10:11:35 +01:00
parent e5e28fbd69
commit 00adbbe98f
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -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?