Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rdner committed Oct 29, 2024
1 parent 12be307 commit 8448d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapstr/mapstr.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func (m M) FindFold(key string) (matchedKey string, value interface{}, err error
// start with the root
current := m
// allocate only once
mapType := false
var mapType bool

for i, segment := range path {
if !found {
Expand Down

0 comments on commit 8448d19

Please sign in to comment.