Reformat with gofumpt

This commit is contained in:
2026-01-13 09:52:31 +01:00
parent 04a2e460ae
commit 754f7e16f6
5 changed files with 24 additions and 27 deletions

View File

@@ -71,7 +71,6 @@ func countJobsNative(archivePath string) (int, error) {
}
return nil
})
if err != nil {
return 0, fmt.Errorf("failed to walk directory: %w", err)
}