fix(parser/resultstatus): add newline in comment
This commit is contained in:
parent
5bff234939
commit
d8cead75b4
|
@ -30,7 +30,7 @@ func (*ResultStatus) Run(results []stage.ExecutorResult, confAny any) (
|
|||
if result.Status != stage.Status(envexec.StatusAccepted) {
|
||||
score = 0
|
||||
comment = fmt.Sprintf(
|
||||
"Unexpected executor status: %s.", result.Status,
|
||||
"Unexpected executor status: `%s`.\n", result.Status,
|
||||
)
|
||||
if conf.ForceQuitOnNotAccepted {
|
||||
forceQuit = true
|
||||
|
|
Loading…
Reference in New Issue
Block a user