diagnostic: strip trailing whitespace.

This commit is contained in:
Mike McQuaid 2017-02-19 15:39:52 +00:00 committed by GitHub
parent 398289c72c
commit 0c4eb95b9f

View File

@ -54,7 +54,7 @@ module Homebrew
return unless MacOS::Xcode.outdated? return unless MacOS::Xcode.outdated?
# Travis CI images are going to end up outdated so don't complain when # 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 # repository. This only needs to support whatever CI provider
# Homebrew/brew is currently using. # Homebrew/brew is currently using.
return if ENV["TRAVIS"] return if ENV["TRAVIS"]