Skip to content

Commit f10c3b8

Browse files
committed
eliminate unnecessary newline
1 parent 0886f33 commit f10c3b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/templatedelete.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func templateDelete() *cobra.Command {
3939
if err != nil {
4040
return xerrors.Errorf("get template by name: %w", err)
4141
}
42-
4342
templates = append(templates, template)
4443
}
4544

0 commit comments

Comments
 (0)