code formatting

This commit is contained in:
Clint Shryock 2015-07-30 09:27:13 -05:00
parent 493b31d122
commit 488587467c
1 changed files with 1 additions and 2 deletions

View File

@ -650,8 +650,7 @@ func retrieveOSImageDetails(
}
if img.MediaLink == "" {
if storage == "" {
return nil, "", nil,
PlatformStorageError
return nil, "", nil, PlatformStorageError
}
img.MediaLink = fmt.Sprintf(osDiskBlobStorageURL, storage, name)
}