Skip to content

Commit

Permalink
assignment/async-web-server: Update formatting to fix coding style issue
Browse files Browse the repository at this point in the history
Signed-off-by: Liza Babu <[email protected]>
  • Loading branch information
lizababu committed Jan 16, 2024
1 parent 94905fb commit 0dae30c
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 0dae30c

Please sign in to comment.