Skip to content

Commit

Permalink
Fix fmt again
Browse files Browse the repository at this point in the history
  • Loading branch information
HeleNoir committed May 28, 2024
1 parent d000da9 commit dbda6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/archive.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! Archive for specified parts of population.

use better_any::{Tid, TidAble};
use std::cell::Ref;

use better_any::{Tid, TidAble};
use serde::{Deserialize, Serialize};
use std::cell::Ref;

use crate::{
component::ExecResult, components::Component, problems::SingleObjectiveProblem,
Expand Down

0 comments on commit dbda6b5

Please sign in to comment.