aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-27 21:19:25 -0800
committerAdam Vandenberg2012-02-27 21:19:25 -0800
commit6f762ea2a8d45b95b222b45cb9f92c8001b8a037 (patch)
treeb3c1f121a79a3bd18cfe447f640ef038a1d4d3c2 /Library/Homebrew
parentf3d177a99b5ef68ed6b43d32efcd750d0490172c (diff)
downloadbrew-6f762ea2a8d45b95b222b45cb9f92c8001b8a037.tar.bz2
Remove some whitespace here
Diffstat (limited to 'Library/Homebrew')
-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