From 88521c24e78341426ad58c42732dea41b1a988b8 Mon Sep 17 00:00:00 2001 From: CoCo_Sol007 Date: Tue, 5 Mar 2024 18:47:44 +0100 Subject: [PATCH] fix fmt --- crates/border-wars/src/map/renderer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/map/renderer.rs b/crates/border-wars/src/map/renderer.rs index ab60f06..ca79ab6 100644 --- a/crates/border-wars/src/map/renderer.rs +++ b/crates/border-wars/src/map/renderer.rs @@ -26,7 +26,7 @@ struct TilesGap(Vec2); #[derive(Resource, Clone, Copy)] struct TilesSize(Vec2); -impl Tile { +impl Tile { /// Returns the handle of the image of the tile. fn get_texture(&self, asset_server: &AssetServer) -> Handle { match self {