Skip to content

Commit 74eb97b

Browse files
authored
Merge pull request #112 from kubernauts/interactive-prompt-gofmt-fix
Fix gofmt check
2 parents 5f8b12b + 9306d5f commit 74eb97b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/common/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ func CopyDir(src string, dst string) (err error) {
200200
return
201201
}
202202

203-
204-
func ProvisionerList() string{
203+
func ProvisionerList() string {
205204
prompt := promptui.Select{
206205
Label: "Select the Tk8 provisioner",
207206
Items: []string{"aws", "cattle-aws", "eks", "rke"},

0 commit comments

Comments
 (0)