Skip to content

Commit

Permalink
Blank line before return
Browse files Browse the repository at this point in the history
  • Loading branch information
dvnscr committed Aug 28, 2024
1 parent a9511a7 commit 71ad609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/modgearman/readAndExecute.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 71ad609

Please sign in to comment.