From ccec313b03ebf2bd76c7cb362c9825ac1d4f42a6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 18 Feb 2012 20:46:52 -0600 Subject: audit: use a heredoc for this long line Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/audit.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 644a08b18..6f7a9fa1d 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -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 -- cgit v1.2.3