tokio-xmpp: rustfmt
This commit is contained in:
parent
537b4825a8
commit
1e1f593233
9 changed files with 50 additions and 46 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use std::io::{Read, stdin};
|
||||
use std::env::args;
|
||||
use std::io::{stdin, Read};
|
||||
use std::process::exit;
|
||||
use std::str::FromStr;
|
||||
use tokio;
|
||||
|
|
|
|||
Loading…
Reference in a new issue