Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Jun 18, 2024
1 parent 2f5425b commit 385cd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/fs/posix/tree/assimilation.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func (t *Tree) WarmupIDCache(root string, assimilate bool) error {
if ok {
_ = t.lookup.(*lookup.Lookup).CacheID(context.Background(), string(spaceID), string(id), path)
} else if assimilate {
t.Scan(path, false)
_ = t.Scan(path, false)
}
}
return nil
Expand Down

0 comments on commit 385cd9d

Please sign in to comment.