fix(curriculum): remove extra spaces lab-game-character-stats (#64329)

This commit is contained in:
Diem-Trang Pham
2025-12-04 14:03:15 -06:00
committed by GitHub
parent 82a9b08c98
commit 3a9c45f324
@@ -39,10 +39,10 @@ In this lab, you'll build a game character stats tracker. The program will allow
For example, a character named `Kratos`, right after the instantiation, should be represented as the following:
```md
Name: Kratos
Level: 1
Health: 100
Mana: 50
Name: Kratos
Level: 1
Health: 100
Mana: 50
```
## Usage example