style: cargo fmt

This commit is contained in:
sigoden
2022-05-26 20:14:18 +08:00
parent eda6dd81d7
commit 3cb5f06c12
3 changed files with 10 additions and 7 deletions

View File

@@ -34,7 +34,6 @@ fn app() -> clap::Command<'static> {
.long("readonly")
.help("Only serve static files, no operations like upload and delete");
let arg_auth = Arg::new("auth")
.short('a')
.long("auth")