forked from mirrors/relay
clippy
This commit is contained in:
parent
9f6e0bc722
commit
7ec56d2af2
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ async fn do_client_main(config: Config, args: Args) -> Result<(), anyhow::Error>
|
||||||
stats.present();
|
stats.present();
|
||||||
}
|
}
|
||||||
|
|
||||||
return Ok(());
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
#[actix_rt::main]
|
#[actix_rt::main]
|
||||||
|
|
Loading…
Reference in a new issue