From 71ad609e1030175d9f057b181e030412ec3970f5 Mon Sep 17 00:00:00 2001 From: divinesecret Date: Wed, 28 Aug 2024 22:30:55 +0300 Subject: [PATCH] Blank line before return --- pkg/modgearman/readAndExecute.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/modgearman/readAndExecute.go b/pkg/modgearman/readAndExecute.go index 585d157..7bcb8f6 100644 --- a/pkg/modgearman/readAndExecute.go +++ b/pkg/modgearman/readAndExecute.go @@ -308,6 +308,7 @@ func fixReturnCodes(result *answer, config *config, state *os.ProcessState) { result.output = fmt.Sprintf("(worker: %s) %s", config.identifier, result.output) } } + return } if result.returnCode == exitCodeNotExecutable {