Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sim82 committed Nov 15, 2023
1 parent a33bc52 commit 397ba05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ use hexagon_tiles::{
};

use crate::prelude::*;
use crate::{
collision_groups, hex_point_to_vec2, CmdlineArgs, Despawn, HEX_LAYOUT,
};
use crate::{collision_groups, hex_point_to_vec2, CmdlineArgs, Despawn, HEX_LAYOUT};

#[derive(Resource)]
pub struct TilesState {
Expand Down

0 comments on commit 397ba05

Please sign in to comment.