Skip to content

Commit

Permalink
content/assignments: Update score formatting for async-web-server to …
Browse files Browse the repository at this point in the history
…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: Liza Babu <[email protected]>
  • Loading branch information
lizababu committed Jan 16, 2024
1 parent 94905fb commit 3ed1de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/assignments/async-web-server/tests/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3ed1de5

Please sign in to comment.