Skip to content

Commit

Permalink
releaseable
Browse files Browse the repository at this point in the history
  • Loading branch information
iain-macdonald committed Mar 11, 2024
1 parent 853228c commit 2a64a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ func (m *idMap) add(ctx context.Context, p func(uint32) (releasable, error)) err
continue
}
e, ok := m.m[i]
releaseable := false
releasable := false
if ok {
releasable = e.releasable()
}
Expand Down

0 comments on commit 2a64a52

Please sign in to comment.