feat: fix warning (#14)

This commit is contained in:
huynd2001 2021-06-19 19:20:33 +07:00 committed by GitHub
parent bad6b83399
commit 750ddb7762
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ async fn main() {
println!("Starting...");
if let Err(v) = client.start().await {
panic!(v)
panic!("{}", v)
}
println!("Hello, world!");