fix fmt
All checks were successful
Rust Checks / checks (push) Successful in 2m27s
Rust Checks / checks (pull_request) Successful in 3m21s

This commit is contained in:
CoCo_Sol 2024-03-13 07:50:51 +01:00
parent e820a0e56c
commit 2a00b0f238

View file

@ -5,7 +5,6 @@ use bevy::prelude::*;
use super::renderer::TilesGap;
use super::Tile;
/// An event that is triggered when a mouse button is clicked.
///
/// The event contains the position of the cursor in the world.