From 3a9c45f324f711eb7efc9730c0b028af1b9aad2b Mon Sep 17 00:00:00 2001 From: Diem-Trang Pham <6422507+pdtrang@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:03:15 -0600 Subject: [PATCH] fix(curriculum): remove extra spaces lab-game-character-stats (#64329) --- .../lab-game-character-stats/68cabc534d2e741f33a3fe1d.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/blocks/lab-game-character-stats/68cabc534d2e741f33a3fe1d.md b/curriculum/challenges/english/blocks/lab-game-character-stats/68cabc534d2e741f33a3fe1d.md index ef9122d1b91..79748b762ed 100644 --- a/curriculum/challenges/english/blocks/lab-game-character-stats/68cabc534d2e741f33a3fe1d.md +++ b/curriculum/challenges/english/blocks/lab-game-character-stats/68cabc534d2e741f33a3fe1d.md @@ -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