Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenGar committed Mar 20, 2024
1 parent 95a2351 commit 8737829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbf/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
mod tests {
use std::path::Path;

use rand::{Rng, SeedableRng};
use rand::prelude::IteratorRandom;
use rand::prelude::SmallRng;
use rand::{Rng, SeedableRng};
use test_case::test_case;

use jagua_rs::entities::problems::problem_generic::LayoutIndex;
Expand Down

0 comments on commit 8737829

Please sign in to comment.