Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgallups committed Sep 3, 2024
1 parent 51f57a8 commit 9b1a666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cell/mouth.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use bevy::prelude::*;

use crate::{GameState, neighbor::VecExt as _, organism::Organism, CellTree};
use crate::{neighbor::VecExt as _, organism::Organism, CellTree, GameState};

use super::Food;

Expand Down
3 changes: 1 addition & 2 deletions src/cell/mover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ use bevy_spatial::SpatialAccess;

use crate::{
environment::Dir,
GameState,
neighbor::VecExt as _,
organism::{BrainType, Organism},
CellTree,
CellTree, GameState,
};

use super::{CellType, Food};
Expand Down

0 comments on commit 9b1a666

Please sign in to comment.