examples/chat-tokio.rs: Fix typo (#2541)

This commit is contained in:
Karatus 2022-02-28 18:50:07 +09:00 committed by GitHub
parent e2fcc47da6
commit fd31d61a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
if let Some(to_dial) = std::env::args().nth(1) {
let addr: Multiaddr = to_dial.parse()?;
swarm.dial(addr)?;
println!("Dialed {:?}", to_dial)
println!("Dialed {:?}", to_dial);
}
// Read full lines from stdin