aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-27 21:19:25 -0800
committerAdam Vandenberg2012-02-27 21:19:25 -0800
commit3e0027bf18310c16c8789b2c9a1c26227d8239b0 (patch)
treedf0b0c8dbe6e177448b2183ef8083ddaa3f5ee85 /Library/Homebrew/exceptions.rb
parente088818a13be14f7652b1347485fcf24b7525866 (diff)
downloadhomebrew-3e0027bf18310c16c8789b2c9a1c26227d8239b0.tar.bz2
Remove some whitespace here
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index ee4c2477d..968ce5bdf 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -66,8 +66,7 @@ class UnsatisfiedExternalDependencyError < Homebrew::InstallationError
<<-EOS.undent
Unsatisfied external dependency: #{formula}
Homebrew does not provide #{type.to_s.capitalize} dependencies, #{tool} does:
-
- #{command_line} #{formula}
+ #{command_line} #{formula}
EOS
end