Cargo fmt

This commit is contained in:
Manuel Vögele
2022-02-15 17:50:55 +01:00
parent c928f46f7c
commit 3c9a86647e
+7 -1
View File
@@ -130,7 +130,13 @@ pub struct Wall {
} }
impl Wall { impl Wall {
pub fn new(p1: Point, p2: Point, door_type: DoorType, door_state: DoorState, move_type: WallSenseType) -> Self { pub fn new(
p1: Point,
p2: Point,
door_type: DoorType,
door_state: DoorState,
move_type: WallSenseType,
) -> Self {
Self { Self {
p1, p1,
p2, p2,