Skip to content
Snippets Groups Projects
Commit 2a460d9d authored by deuce's avatar deuce
Browse files

Add space between "YOU PASSED" and "WITH HONOURS"

parent f22873e5
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ else {
if(pct >= test.pass) {
write('YOU PASSED');
if(test.honours != undefined && pct >= test.honours)
write('WITH HONOURS');
write(' WITH HONOURS');
write('!');
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment