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
if tap
user, repo = tap.split "/"
HOMEBREW_LIBRARY/"Taps/#{user}/homebrew-#{repo}"
else
HOMEBREW_REPOSITORY
end
user, repo = tap.split "/"
HOMEBREW_LIBRARY/"Taps/#{user}/homebrew-#{repo}"
else
HOMEBREW_REPOSITORY
end
end
class Step