refactor: fmt
This commit is contained in:
@@ -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!())
|
||||||
|
|||||||
Reference in New Issue
Block a user