diff options
| author | Mike McQuaid | 2017-02-19 15:39:52 +0000 |
|---|---|---|
| committer | GitHub | 2017-02-19 15:39:52 +0000 |
| commit | 0c4eb95b9f42b6bf7057254cddd7d7fddde8cd97 (patch) | |
| tree | 0e414f553b95bbceada68e029055af2faf122fc6 /Library/Homebrew/extend | |
| parent | 398289c72cf9268866b8bb0b706dfeedd7dfee24 (diff) | |
| download | brew-0c4eb95b9f42b6bf7057254cddd7d7fddde8cd97.tar.bz2 | |
diagnostic: strip trailing whitespace.
Diffstat (limited to 'Library/Homebrew/extend')
| -rw-r--r-- | Library/Homebrew/extend/os/mac/diagnostic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb index 4da59bc2f..c7dabde2b 100644 --- a/Library/Homebrew/extend/os/mac/diagnostic.rb +++ b/Library/Homebrew/extend/os/mac/diagnostic.rb @@ -54,7 +54,7 @@ module Homebrew return unless MacOS::Xcode.outdated? # Travis CI images are going to end up outdated so don't complain when - # `brew test-bot` runs `brew doctor` in the CI for the Homebrew/brew + # `brew test-bot` runs `brew doctor` in the CI for the Homebrew/brew # repository. This only needs to support whatever CI provider # Homebrew/brew is currently using. return if ENV["TRAVIS"] |
