Skip to content

Commit

Permalink
audit: use a heredoc for this long line
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Feb 19, 2012
1 parent 349f0b7 commit 71b10a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Library/Homebrew/cmd/audit.rb
Expand Up @@ -281,7 +281,10 @@ def audit_formula_instance f


case d case d
when "git", "python", "ruby", "emacs", "mysql", "postgresql", "mercurial" 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
end end


Expand Down

0 comments on commit 71b10a0

Please sign in to comment.