Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Feb 19, 2024
1 parent 2479f7d commit 2cc1387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ func (cr *Cluster) checkFileFor(storage Storage, files []FileInfo, heavy bool, m
}

sizeMap := make(map[string]int64, len(files))
storages.WalkDir(func(hash string, size int64) error {
storage.WalkDir(func(hash string, size int64) error {
sizeMap[hash] = size
return nil
})
Expand Down

0 comments on commit 2cc1387

Please sign in to comment.