Skip to content

Commit 88a3957

Browse files
committed
fix: unused flag for linting
1 parent 5b46929 commit 88a3957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/kafka/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type options struct {
2121
name string
2222
provider string
2323
region string
24-
multiAZ bool
24+
// multiAZ bool
2525

2626
outputFormat string
2727

0 commit comments

Comments
 (0)