diff --git a/crates/border-wars/src/map/renderer.rs b/crates/border-wars/src/map/renderer.rs index 0c6968e..ab60f06 100644 --- a/crates/border-wars/src/map/renderer.rs +++ b/crates/border-wars/src/map/renderer.rs @@ -38,8 +38,8 @@ impl Tile { /// Returns the size of the image of the tile. /// - /// TODO: we are currently using temporary images that will modify - /// this function in the future. + /// TODO: we are currently using temporary images that will modify + /// this function in the future. const fn get_image_size(&self) -> Vec2 { match self { Self::Grass => Vec2 {