refactor: fmt

This commit is contained in:
2022-04-07 19:36:49 +02:00
parent 5abadc3131
commit b7a7abbf61

View File

@@ -117,7 +117,7 @@ struct TranscodeMatchFile {
} }
pub fn config() -> Result<Config> { pub fn config() -> Result<Config> {
use clap::{Command, Arg}; use clap::{Arg, Command};
let arg_matches = Command::new("audio-conv") let arg_matches = Command::new("audio-conv")
.version(clap::crate_version!()) .version(clap::crate_version!())