Reformat code

main
Hammy 3 years ago
parent 42929247c4
commit 2686da7025

@ -1,7 +1,7 @@
use std::fmt::Debug; use std::fmt::Debug;
use rand::{ use rand::{
seq::SliceRandom, seq::SliceRandom,
thread_rng thread_rng,
}; };
use sorting; use sorting;
use test_case::test_case; use test_case::test_case;

Loading…
Cancel
Save