diff --git a/core/src/manager/preview/provider.rs b/core/src/manager/preview/provider.rs index 1e7eae5d..3271b0ae 100644 --- a/core/src/manager/preview/provider.rs +++ b/core/src/manager/preview/provider.rs @@ -1,8 +1,4 @@ -use std::{ - io::BufRead, - path::Path, - sync::atomic::{AtomicUsize, Ordering}, -}; +use std::{io::BufRead, path::Path, sync::atomic::{AtomicUsize, Ordering}}; use adaptor::ADAPTOR; use anyhow::anyhow;