Skip to content

Commit

Permalink
doctor: restore some line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Sep 16, 2011
1 parent 3eea412 commit d43e351
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Homebrew/cmd/doctor.rb
Expand Up @@ -666,6 +666,7 @@ def check_for_linked_kegonly_brews
EOS

puts *warnings.keys.collect { |f| " #{f}" }
puts
end
end

Expand Down Expand Up @@ -746,6 +747,7 @@ def check_missing_deps
if s.length > 0
ohai "You should brew install these missing dependencies:"
puts s
puts
end
end

Expand All @@ -754,6 +756,7 @@ def check_git_status
if system "/usr/bin/which -s git" and not `#{status_cmd}`.empty?
ohai "You have uncommitted modifications to Homebrew core"
puts "Unless you know what you are doing, you should: git reset --hard"
puts
end
end

Expand Down

0 comments on commit d43e351

Please sign in to comment.