diff --git a/internal/stage/run.go b/internal/stage/run.go index a79d032..348c493 100644 --- a/internal/stage/run.go +++ b/internal/stage/run.go @@ -30,7 +30,7 @@ func Run(stages []Stage) ( { Score: 0, Comment: "JOJ3 internal error. " + - "Please contact the administrator.\n", + "Please contact the administrator.\n\n", }, }, ForceQuit: true, @@ -152,7 +152,7 @@ func Run(stages []Stage) ( } else { for i := range len(parserResults) { parserResults[i].Score += tmpParserResults[i].Score - parserResults[i].Comment += tmpParserResults[i].Comment + parserResults[i].Comment += tmpParserResults[i].Comment + "\n\n" } } }