From 4ff20ff4e5517ef55da78e281669e672e2868a20 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 12 Dec 2025 07:01:46 +0000 Subject: [PATCH] chore: auto format code --- cmd/analyze/scanner.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/analyze/scanner.go b/cmd/analyze/scanner.go index 73f7756..5c85e77 100644 --- a/cmd/analyze/scanner.go +++ b/cmd/analyze/scanner.go @@ -506,7 +506,6 @@ func calculateDirSizeConcurrent(root string, largeFileChan chan<- fileEntry, fil largeFileChan <- fileEntry{Name: child.Name(), Path: fullPath, Size: size} } - // Update current path occasionally to prevent UI jitter if currentPath != nil && atomic.LoadInt64(filesScanned)%int64(batchUpdateSize) == 0 { *currentPath = fullPath