1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fix indentation

This commit is contained in:
Paulo Henrique Lopes Ribeiro 2014-12-22 09:41:30 -02:00
parent ae509d43d0
commit 151915942b
2 changed files with 26 additions and 26 deletions

View file

@ -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