Skip to content
Snippets Groups Projects
Commit 04d7faff authored by Liza Babu's avatar Liza Babu Committed by Razvan Deaconescu
Browse files

content/assignments: Update score formatting for async-web-server to fix coding style issue


`run_all.sh` would not be compatible with `grade.sh` causing `grade.sh`
to parse the score incorrectly, leading to wrong coding style scores.

Signed-off-by: default avatarLiza Babu <lizza.babu@gmail.com>
parent fdac152c
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ BEGIN {
}
END {
printf "\n%66s %3d/100\n", "Total:", sum;
printf "\n%s %3d/100\n", "Total:", sum;
}'
# Cleanup testing environment.
......
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