test-bot: fix indentation.

This commit is contained in:
Mike McQuaid 2014-11-23 14:41:48 +00:00
parent ed30b04911
commit 342b09b855

View File

@ -34,11 +34,11 @@ module Homebrew
def homebrew_git_repo tap=nil def homebrew_git_repo tap=nil
if tap if tap
user, repo = tap.split "/" user, repo = tap.split "/"
HOMEBREW_LIBRARY/"Taps/#{user}/homebrew-#{repo}" HOMEBREW_LIBRARY/"Taps/#{user}/homebrew-#{repo}"
else else
HOMEBREW_REPOSITORY HOMEBREW_REPOSITORY
end end
end end
class Step class Step