Skip to content

Commit

Permalink
fix space causing format error
Browse files Browse the repository at this point in the history
  • Loading branch information
inkyant committed Sep 21, 2024
1 parent e3f8476 commit fb4610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Tests/MDATC_B.cs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ .. presentBoard.AddUnits(
(Nation.Germany, UnitType.Army, "Kie", false),
(Nation.Russia, UnitType.Army, "Mos", false),
(Nation.Russia, UnitType.Army, "Stp", false),
(Nation.Turkey, UnitType.Army, "Con",false),
(Nation.Turkey, UnitType.Army, "Con", false),
(Nation.Turkey, UnitType.Army, "Bul", false),
(Nation.Austria, UnitType.Army, "Vie", false),
(Nation.Austria, UnitType.Army, "Bud", false),
Expand Down

0 comments on commit fb4610c

Please sign in to comment.