Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
StackDoubleFlow committed Sep 17, 2024
1 parent 8ed2e5e commit a85046b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ fn trapdoor_on_off() {

let mut world = TestWorld::new(1);
make_lever(&mut world, lever_pos);
world.set_block(
trapdoor_pos,
trapdoor(),
);
world.set_block(trapdoor_pos, trapdoor());

let mut runner = AllBackendRunner::new(world);
runner.check_block_powered(trapdoor_pos, false);
Expand Down

0 comments on commit a85046b

Please sign in to comment.