Run cargo fmt

This commit is contained in:
Cameron
2025-08-08 15:06:43 -04:00
parent bf3c26a5f1
commit b3a885de28
6 changed files with 89 additions and 38 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
use futures::TryFutureExt;
use log::{debug, error, info, warn};
use std::io::{Result};
use std::io::Result;
use std::process::{Output, Stdio};
use std::time::Instant;
use tokio::process::Command;
@@ -182,4 +182,4 @@ impl Ffmpeg {
Ok(output.status.code().unwrap_or(-1))
}
}
}