chore: apply cargo fmt formatting
This commit is contained in:
parent
52b5c9d7e6
commit
ff3416b664
3 changed files with 12 additions and 9 deletions
|
|
@ -110,7 +110,10 @@ fn for_stage_returns_normal_config_at_stage_4() {
|
|||
fn special_stage_has_full_formation() {
|
||||
let configs = StageConfigurations::default();
|
||||
let config = configs.for_stage(3);
|
||||
assert_eq!(config.enemy_count, 32, "Special stage should have 32 enemies");
|
||||
assert_eq!(
|
||||
config.enemy_count, 32,
|
||||
"Special stage should have 32 enemies"
|
||||
);
|
||||
assert_eq!(
|
||||
config.formation_layout.positions.len(),
|
||||
32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue