Skip to content

Commit 6824497

Browse files
committed
fix: duplicate iota in walk.Type enum
Signed-off-by: Brian McGee <[email protected]>
1 parent 7740e3a commit 6824497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

walk/walker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type Type int
1313

1414
const (
1515
Auto Type = iota
16-
Git Type = iota
16+
Git
1717
Filesystem
1818
)
1919

0 commit comments

Comments
 (0)