Skip to content

Commit 4ff20ff

Browse files
committed
chore: auto format code
1 parent 749ed22 commit 4ff20ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/analyze/scanner.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ func calculateDirSizeConcurrent(root string, largeFileChan chan<- fileEntry, fil
506506
largeFileChan <- fileEntry{Name: child.Name(), Path: fullPath, Size: size}
507507
}
508508

509-
510509
// Update current path occasionally to prevent UI jitter
511510
if currentPath != nil && atomic.LoadInt64(filesScanned)%int64(batchUpdateSize) == 0 {
512511
*currentPath = fullPath

0 commit comments

Comments
 (0)