From 4523bd0d455781c5cc3544fb230b69990fd53225 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 19 Apr 2025 22:39:16 +0200 Subject: cargo fmt --- import/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import') diff --git a/import/src/lib.rs b/import/src/lib.rs index 0ac48ae..8b7dc8f 100644 --- a/import/src/lib.rs +++ b/import/src/lib.rs @@ -34,10 +34,10 @@ use tokio::{ }; use trakt::Trakt; +pub mod acoustid; pub mod infojson; pub mod tmdb; pub mod trakt; -pub mod acoustid; static IMPORT_SEM: LazyLock = LazyLock::new(|| Semaphore::new(1)); pub static IMPORT_ERRORS: RwLock> = RwLock::const_new(Vec::new()); -- cgit v1.2.3-70-g09d2