mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-01 02:33:54 +03:00
cargo fmt
This commit is contained in:
parent
ecf7c0c836
commit
2ed55f40a1
@ -745,7 +745,10 @@ impl Pedestrian {
|
||||
PedState::WaitingToTurn(_, _) => Some(self.path.next_step().as_turn()),
|
||||
_ => None,
|
||||
},
|
||||
preparing_bike: matches!(self.state, PedState::StartingToBike(_, _, _) | PedState::FinishingBiking(_, _, _)),
|
||||
preparing_bike: matches!(
|
||||
self.state,
|
||||
PedState::StartingToBike(_, _, _) | PedState::FinishingBiking(_, _, _)
|
||||
),
|
||||
waiting_for_bus: matches!(self.state, PedState::WaitingForBus(_, _)),
|
||||
on,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user