mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix indentation
This commit is contained in:
parent
ae509d43d0
commit
151915942b
2 changed files with 26 additions and 26 deletions
|
@ -131,7 +131,7 @@ module Fog
|
|||
elsif @redirect_to_master == true
|
||||
host_master = @connection.find_pool_master(@username, @password)
|
||||
if host_master && host_master!= @host
|
||||
@host = host_master;
|
||||
@host = host_master
|
||||
@connection = Fog::XenServer::Connection.new(@host, @timeout)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue