code formatting
This commit is contained in:
parent
493b31d122
commit
488587467c
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue