diff options
Diffstat (limited to 'server/bot/src/algos/dishwasher.rs')
| -rw-r--r-- | server/bot/src/algos/dishwasher.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/bot/src/algos/dishwasher.rs b/server/bot/src/algos/dishwasher.rs index cbeedab9..94368558 100644 --- a/server/bot/src/algos/dishwasher.rs +++ b/server/bot/src/algos/dishwasher.rs @@ -16,9 +16,9 @@ */ use super::simple::State; -use crate::{algos::simple::Context, pathfinding::Path, BotAlgo, BotInput}; +use crate::{BotAlgo, BotInput, algos::simple::Context, pathfinding::Path}; use hurrycurry_client_lib::Game; -use hurrycurry_protocol::{glam::IVec2, ItemIndex, PlayerID}; +use hurrycurry_protocol::{ItemIndex, PlayerID, glam::IVec2}; #[derive(Default)] pub struct DishWasher { |