Adjusts display position of expects text.

This commit is contained in:
2021-08-27 22:27:38 +09:00
parent 55b64ffa45
commit ec2e28c389
3 changed files with 12 additions and 15 deletions

View File

@@ -12,7 +12,6 @@ struct Scoreboard {
size_t input = 0;
size_t correct = 0;
size_t miss = 0;
size_t lines = 0;
size_t completeLines = 0;