Skip to content

Commit

Permalink
Formatter updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jciskey committed Jun 16, 2024
1 parent 4c816e5 commit e869cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/local/cost_matrix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl LocalCostMatrix {
/// # Example
///
/// ```rust
/// use screeps::local::{ LocalCostMatrix, RoomXY };
/// use screeps::local::{LocalCostMatrix, RoomXY};
///
/// let lcm = LocalCostMatrix::new();
/// let pos = unsafe { RoomXY::unchecked_new(10, 10) };
Expand All @@ -48,7 +48,7 @@ impl LocalCostMatrix {
/// # Example
///
/// ```rust
/// use screeps::local::{ LocalCostMatrix, RoomXY };
/// use screeps::local::{LocalCostMatrix, RoomXY};
///
/// let lcm = LocalCostMatrix::new_with_value(u8::MAX);
/// let pos = unsafe { RoomXY::unchecked_new(10, 10) };
Expand Down

0 comments on commit e869cbf

Please sign in to comment.