mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-09-05 07:36:36 +08:00
style: format codebase
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user