Skip to content

Commit f40ea14

Browse files
committed
fix formatting
1 parent bc80f7d commit f40ea14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/templatecreate.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ func (r *RootCmd) templateCreate() *clibase.Cmd {
4646
pretty.Sprint(
4747
cliui.DefaultStyles.Warn,
4848
"DEPRECATION WARNING: Use `coder templates push` command for creating and updating templates. "+
49-
"Use `coder templates edit` command for editing template settings."+
50-
"This command will be removed in a future release."+
51-
"Waiting 1 second...")+"\n"))
49+
"Use `coder templates edit` command for editing template settings. "+
50+
"This command will be removed in a future release. \n"+
51+
"Waiting 1 second...\n")))
5252
time.Sleep(1 * time.Second)
5353

5454
isTemplateSchedulingOptionsSet := failureTTL != 0 || dormancyThreshold != 0 || dormancyAutoDeletion != 0 || maxTTL != 0

0 commit comments

Comments
 (0)