Skip to content

Commit

Permalink
fix: duplicate iota in walk.Type enum
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed Oct 9, 2024
1 parent 7740e3a commit 6824497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion walk/walker.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Type int

const (
Auto Type = iota
Git Type = iota
Git
Filesystem
)

Expand Down

0 comments on commit 6824497

Please sign in to comment.