Skip to content

Commit 5c4212a

Browse files
committed
fix lint
1 parent e07f4f1 commit 5c4212a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

framework/cmd/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Usage:
3939
4040
⚙️ Generate basic environment:
4141
ctf gen env --cli myenv --output-dir devenv --product-name Knilniahc --nodes 4
42-
42+
4343
📜 Read the docs in devenv/README.md
4444
4545
🔧 Address all TODO comments and customize it
@@ -103,14 +103,14 @@ Usage:
103103
if err := cg.Write(); err != nil {
104104
return fmt.Errorf("failed to generate module: %w", err)
105105
}
106-
106+
107107
fmt.Println()
108108
fmt.Printf("📁 Your environment directory is: %s\n", outputDir)
109109
fmt.Printf("💻 Your CLI name is: %s\n", cliName)
110110
fmt.Printf("📜 More docs can be found in %s/README.md\n", outputDir)
111111
fmt.Printf("⬛ Entering the shell..\n")
112112
fmt.Println()
113-
113+
114114
cmd := exec.Command("just", "cli")
115115
cmd.Env = os.Environ()
116116
cmd.Dir = outputDir

framework/tmpl_gen_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ func TestSmokeGenerateDevEnv(t *testing.T) {
110110
}, 2*time.Minute, 2*time.Second)
111111
})
112112
}
113-
}
113+
}

0 commit comments

Comments
 (0)