mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-24 10:31:04 +00:00
clippy
This commit is contained in:
parent
83e5619eb4
commit
6dcdf2fc87
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ async fn main() -> Result<(), anyhow::Error> {
|
|||
let args = Args::new();
|
||||
|
||||
if args.any() {
|
||||
return client_main(config, args).await?;
|
||||
client_main(config, args).await??;
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
let collector = MemoryCollector::new();
|
||||
|
|
Loading…
Reference in a new issue