aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2020-10-30 10:53:31 +0100
committerJulien Dessaux2020-10-30 10:53:31 +0100
commitcde20f7b3b549b5b8d371d60d75d3debcdb48719 (patch)
tree31351e1194930bf66f91ca7e71e7d24ff5dfd404
parentAdded tests to the main package and completely reworked the code around that (diff)
downloadbareos-zabbix-check-cde20f7b3b549b5b8d371d60d75d3debcdb48719.tar.gz
bareos-zabbix-check-cde20f7b3b549b5b8d371d60d75d3debcdb48719.tar.bz2
bareos-zabbix-check-cde20f7b3b549b5b8d371d60d75d3debcdb48719.zip
go fmt
-rw-r--r--job/utils.go2
1 files changed, 1 insertions, 1 deletions
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)