diff options
author | Julien Dessaux | 2020-10-30 10:53:31 +0100 |
---|---|---|
committer | Julien Dessaux | 2020-10-30 10:53:31 +0100 |
commit | cde20f7b3b549b5b8d371d60d75d3debcdb48719 (patch) | |
tree | 31351e1194930bf66f91ca7e71e7d24ff5dfd404 /job/utils.go | |
parent | Added tests to the main package and completely reworked the code around that (diff) | |
download | bareos-zabbix-check-cde20f7b3b549b5b8d371d60d75d3debcdb48719.tar.gz bareos-zabbix-check-cde20f7b3b549b5b8d371d60d75d3debcdb48719.tar.bz2 bareos-zabbix-check-cde20f7b3b549b5b8d371d60d75d3debcdb48719.zip |
go fmt
Diffstat (limited to '')
-rw-r--r-- | job/utils.go | 2 |
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) |