diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-17 09:09:55 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-17 09:09:55 +0200 |
commit | d847968fab7dc55b30f8a137dbce2bae07112c82 (patch) | |
tree | f3845c39af0dc36444673034bd2ae8cf5dae145a /crates/yt_dlp/src/post_processors | |
parent | build({Cargo,flake}.lock): Update (diff) | |
download | yt-d847968fab7dc55b30f8a137dbce2bae07112c82.zip |
chore(treewide): Assure that `nix fmt` and `reuse lint` are happy
Diffstat (limited to 'crates/yt_dlp/src/post_processors')
-rw-r--r-- | crates/yt_dlp/src/post_processors/mod.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/yt_dlp/src/post_processors/mod.rs b/crates/yt_dlp/src/post_processors/mod.rs index 575dc45..00b0ad5 100644 --- a/crates/yt_dlp/src/post_processors/mod.rs +++ b/crates/yt_dlp/src/post_processors/mod.rs @@ -109,7 +109,8 @@ class {}(yt_dlp.postprocessor.PostProcessor): inst = {}() ", $name, $name - ).as_str(), + ) + .as_str(), "<embedded post processor initializing code>".to_owned(), )?; |