Skip to content

Commit 4bb3a43

Browse files
committed
chore(alb): styling update
relates to STACKITCLI-355
1 parent 6305172 commit 4bb3a43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/beta/alb/delete/delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
7070
return fmt.Errorf("delete loadbalancer: %w", err)
7171
}
7272

73-
params.Printer.Outputf("Load balancer %q deleted.", model.Name)
73+
params.Printer.Outputf("Load balancer %q deleted.\n", model.Name)
7474
return nil
7575
},
7676
}

0 commit comments

Comments
 (0)