chore(internal/stage): extra newlines to split different parser comments
This commit is contained in:
parent
a22a48ec3d
commit
787aa0e0e8
|
@ -30,7 +30,7 @@ func Run(stages []Stage) (
|
||||||
{
|
{
|
||||||
Score: 0,
|
Score: 0,
|
||||||
Comment: "JOJ3 internal error. " +
|
Comment: "JOJ3 internal error. " +
|
||||||
"Please contact the administrator.\n",
|
"Please contact the administrator.\n\n",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ForceQuit: true,
|
ForceQuit: true,
|
||||||
|
@ -152,7 +152,7 @@ func Run(stages []Stage) (
|
||||||
} else {
|
} else {
|
||||||
for i := range len(parserResults) {
|
for i := range len(parserResults) {
|
||||||
parserResults[i].Score += tmpParserResults[i].Score
|
parserResults[i].Score += tmpParserResults[i].Score
|
||||||
parserResults[i].Comment += tmpParserResults[i].Comment
|
parserResults[i].Comment += tmpParserResults[i].Comment + "\n\n"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user