diff --git a/job/utils.go b/job/utils.go
index a6a2f43..6537474 100644
--- a/job/utils.go
+++ b/job/utils.go
@@ -19,7 +19,7 @@ outerLoop:
 		}
 		results = append(results, job)
 	}
-	return 
+	return
 }
 
 // KeepSuccessOnly returns only the successful jobs from a job list (suiatble to write a new spool file)