X Tutup
Skip to content

Commit 115cc30

Browse files
committed
rely on iota syntax magic
1 parent ffb6b8e commit 115cc30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

command/title_body_survey.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ type titleBody struct {
1818

1919
const (
2020
PreviewAction Action = iota
21-
SubmitAction Action = iota
22-
CancelAction Action = iota
21+
SubmitAction
22+
CancelAction
2323
)
2424

2525
func confirm() (Action, error) {

0 commit comments

Comments
 (0)
X Tutup