Skip to content

Commit

Permalink
And fmt again...
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Apr 24, 2024
1 parent 41a3823 commit cc2cf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ga/operators/crossover/impls/fixed_point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::ops::IndexMut;

use crate::ga::individual::IndividualTrait;
use crate::ga::GAMetadata;
use push_trait::{Push};
use push_trait::Push;

use super::CrossoverOperator;

Expand Down

0 comments on commit cc2cf68

Please sign in to comment.