From fc97bb11200f790d1af77cd314c55d00f1ba1659 Mon Sep 17 00:00:00 2001 From: ChosunOne Date: Tue, 6 Feb 2024 19:52:41 +0900 Subject: [PATCH] chore: apply cargo fmt --- src/model/default_model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/default_model.rs b/src/model/default_model.rs index 403fcb83..b11a7a72 100644 --- a/src/model/default_model.rs +++ b/src/model/default_model.rs @@ -10,8 +10,8 @@ use crate::{ #[cfg(feature = "incremental")] use crate::emitter::EventData; -use parking_lot::RwLock; use hashlink::{LinkedHashMap, LinkedHashSet}; +use parking_lot::RwLock; #[cfg(all(feature = "runtime-async-std", not(target_arch = "wasm32")))] use async_std::path::Path as ioPath;