Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Nov 1, 2022
1 parent cce7bc1 commit e49c362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/metered_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func dirSize(path string) (int64, error) {
if !info.IsDir() {
size += info.Size()
}
return err
return nil
})
return size, err
}
Expand Down

0 comments on commit e49c362

Please sign in to comment.