mirror of
https://github.com/actix/examples
synced 2025-06-29 02:10:36 +02:00
Fix clippy warnings (#168)
This commit is contained in:
@ -154,7 +154,7 @@ impl StreamHandler<codec::ChatResponse, io::Error> for ChatClient {
|
||||
for room in rooms {
|
||||
println!("{}", room);
|
||||
}
|
||||
println!("");
|
||||
println!();
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
|
Reference in New Issue
Block a user