Skip to content

Commit 80f737b

Browse files
committed
fix(fmt) run fmt
1 parent 57cbdf4 commit 80f737b

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/cdn/distribution/update

1 file changed

+1
-1
lines changed

internal/cmd/beta/cdn/distribution/update/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
117117
params.Printer.Debug(print.ErrorLevel, "get project name: %v", err)
118118
projectLabel = model.ProjectId
119119
}
120-
120+
121121
prompt := fmt.Sprintf("Are you sure you want to update a CDN distribution for project %q?", projectLabel)
122122
err = params.Printer.PromptForConfirmation(prompt)
123123
if err != nil {

0 commit comments

Comments
 (0)