Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Jul 15, 2024
1 parent 283d0ce commit d909f1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,11 @@ pub type CyclicColors3dPlugin<const N: usize> =
/// System set variant for each cellular automaton step
#[derive(Debug, PartialEq, Eq, Clone, Hash, SystemSet)]
pub enum LifeSystemSet {
/// Spawned Cell insertion in [`CellMap`] (Requires [`CellularAutomatonPlugin::use_cell_map`])
/// Spawned Cell insertion in [`CellMap`] (Requires
/// [`CellularAutomatonPlugin::use_cell_map`])
NewCells,
/// Despawned Cell removal from [`CellMap`] (Requires [`CellularAutomatonPlugin::use_cell_map`])
/// Despawned Cell removal from [`CellMap`] (Requires
/// [`CellularAutomatonPlugin::use_cell_map`])
RemovedCells,
/// Cell life tick update system set
CellUpdate,
Expand Down

0 comments on commit d909f1a

Please sign in to comment.