cloudapi: make assignment more idiomatic
Actually, my IDE is shouting at me that so changing this to make it happy. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
d957e1f6cc
commit
42aa3b1f11
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ func generateManifest(ctx context.Context, cancel context.CancelFunc, workers *w
|
|||
break
|
||||
}
|
||||
|
||||
var jobResult *worker.ManifestJobByIDResult = &worker.ManifestJobByIDResult{
|
||||
jobResult := &worker.ManifestJobByIDResult{
|
||||
Manifest: nil,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue