1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-08 13:14:20 +00:00

chore: auto format code

This commit is contained in:
Tw93
2025-12-22 03:24:39 +00:00
parent d2dc68da90
commit ae82c83714
3 changed files with 3 additions and 4 deletions

View File

@@ -665,7 +665,6 @@ func getDirectorySizeFromDuWithExclude(path string, excludePath string) (int64,
return runDuSize(path)
}
func getDirectoryLogicalSizeWithExclude(path string, excludePath string) (int64, error) {
var total int64
err := filepath.WalkDir(path, func(p string, d fs.DirEntry, err error) error {