Skip to content

Commit 4613639

Browse files
committed
style: fix alignment in step enum
1 parent 2998aad commit 4613639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/policywizard/forms.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
type wizardStep int
1515

1616
const (
17-
stepLoading wizardStep = iota
17+
stepLoading wizardStep = iota
1818
stepProvConfirm
1919
stepProvExcConfirm
2020
stepTrailConfirm

0 commit comments

Comments
 (0)