Go fmt the cloud backend

Docker-DCO-1.1-Signed-off-by: Ben Firshman <ben@firshman.co.uk> (github: bfirsh)
This commit is contained in:
Ben Firshman 2014-05-23 16:28:12 +01:00
parent a3f701dbf6
commit fd9c7c9cfa
2 changed files with 25 additions and 25 deletions

View File

@ -91,7 +91,7 @@ func (s *cloud) Install(eng *engine.Engine) error {
ip, err := cloud.GetPublicIPAddress(instance, zone) ip, err := cloud.GetPublicIPAddress(instance, zone)
instanceRunning := len(ip) > 0 instanceRunning := len(ip) > 0
if !instanceRunning { if !instanceRunning {
log.Print("Instance doesn't exist, creating...."); log.Print("Instance doesn't exist, creating....")
_, err = cloud.CreateInstance(instance, zone) _, err = cloud.CreateInstance(instance, zone)
} }
if err != nil { if err != nil {