Skip to content

Commit 170cafa

Browse files
committed
goimports-issue
1 parent 727ba99 commit 170cafa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/build.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,8 @@ func (c buildConfig) Prompt() (buildConfig, error) {
424424
Default: c.BaseImage,
425425
},
426426
},
427-
428427
}
429-
428+
430429
err = survey.Ask(qs, &c)
431430
return c, err
432431
}

0 commit comments

Comments
 (0)