Skip to content

Commit d0ff441

Browse files
author
tanq
committed
nit format
1 parent bc06617 commit d0ff441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/process-manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func (pm *ProgressManager) ShowSummary() {
171171
if !info.Completed {
172172
status = "Incomplete"
173173
}
174-
fmt.Printf("Status: %s\t\tSize: %s\t\tFile: %s\n", status, formatBytes(uint64(info.CompletedSize)), info.OutputPath)
174+
fmt.Printf("Status: %s, Size: %s, File: %s\n", status, formatBytes(uint64(info.CompletedSize)), info.OutputPath)
175175
}
176176
fmt.Println()
177177
log.Info().Str("Total Data", formatBytes(uint64(totalSize))).Str("Overall Speed", fmt.Sprintf("%.2f MB/s", float64(totalSize)/earliestTime/1024/1024)).Str("Time Elapsed", fmt.Sprintf("%.2fs", earliestTime)).Msg("Summary")

0 commit comments

Comments
 (0)