diff --git a/tests/helper.rs b/tests/helper.rs index 4be0378..878dd16 100644 --- a/tests/helper.rs +++ b/tests/helper.rs @@ -1,6 +1,6 @@ use std::{ process::Command, - sync::{atomic::AtomicBool, Mutex, Arc}, + sync::{atomic::AtomicBool, Arc, Mutex}, }; use anyhow::{bail, Result};