test-bot: fix indentation.
This commit is contained in:
parent
ed30b04911
commit
342b09b855
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user