Remove some whitespace here

This commit is contained in:
Adam Vandenberg 2012-02-27 21:19:25 -08:00
parent f3d177a99b
commit 6f762ea2a8

View File

@ -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