style: format codebase

This commit is contained in:
krau
2026-08-11 08:47:35 +08:00
parent e49ebef977
commit 7e3e26fcf4
9 changed files with 41 additions and 50 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ func splitLosslessVideo(
outputPattern := filepath.Join(outputDir, "part-%03d"+extension)
var lastOversize int64
for attempt := 0; attempt < videoSplitAttempts; attempt++ {
for range videoSplitAttempts {
if err := clearVideoParts(outputDir); err != nil {
return nil, err
}