Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HeleNoir committed Jan 13, 2025
1 parent e874c3d commit 29d3ac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/replacement/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ pub mod common;
pub mod sa;

pub use common::{
DiscardOffspring, Generational, KeepBetterAtIndex, Merge, MuPlusLambda, MuCommaLambda, RandomReplacement,
DiscardOffspring, Generational, KeepBetterAtIndex, Merge, MuCommaLambda, MuPlusLambda,
RandomReplacement,
};

/// Trait for representing a component that replaces a parent population with its child population.
Expand Down

0 comments on commit 29d3ac2

Please sign in to comment.