Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
khoover committed Oct 29, 2024
1 parent 9568dc7 commit 394a303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local/room_coordinate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ impl RoomOffset {
///
/// Can be used for distance computations, e.g.
/// ```
/// use screeps::local::{RoomXY, RoomOffset};
/// use screeps::local::{RoomOffset, RoomXY};
///
/// fn get_movement_distance(a: RoomXY, b: RoomXY) -> u8 {
/// (a.x - b.x).abs().max((a.y - b.y).abs())
Expand Down

0 comments on commit 394a303

Please sign in to comment.