audit: use a heredoc for this long line

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-02-18 20:46:52 -06:00
parent ecbee2b73c
commit ccec313b03

View File

@ -281,7 +281,10 @@ def audit_formula_instance f
case d
when "git", "python", "ruby", "emacs", "mysql", "postgresql", "mercurial"
problems << " * Don't use #{d} as a dependency; we allow non-Homebrew\n #{d} installs."
problems << <<-EOS
* Don't use #{d} as a dependency. We allow non-Homebrew
#{d} installations.
EOS
end
end