diff options
Diffstat (limited to 'crates/yt_dlp/src/tests.rs')
-rw-r--r-- | crates/yt_dlp/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/yt_dlp/src/tests.rs b/crates/yt_dlp/src/tests.rs index b072348..91b6626 100644 --- a/crates/yt_dlp/src/tests.rs +++ b/crates/yt_dlp/src/tests.rs @@ -10,7 +10,7 @@ use std::sync::LazyLock; -use serde_json::{json, Value}; +use serde_json::{Value, json}; use url::Url; static YT_OPTS: LazyLock<serde_json::Map<String, Value>> = LazyLock::new(|| { |