tokio-xmpp: rustfmt
This commit is contained in:
parent
537b4825a8
commit
1e1f593233
9 changed files with 50 additions and 46 deletions
|
|
@ -7,11 +7,11 @@ mod stream_start;
|
|||
mod xmpp_codec;
|
||||
pub use crate::xmpp_codec::Packet;
|
||||
mod event;
|
||||
mod happy_eyeballs;
|
||||
pub mod xmpp_stream;
|
||||
pub mod stream_features;
|
||||
pub use crate::event::Event;
|
||||
pub use event::Event;
|
||||
mod client;
|
||||
mod happy_eyeballs;
|
||||
pub mod stream_features;
|
||||
pub mod xmpp_stream;
|
||||
pub use client::{async_client::Client as AsyncClient, simple_client::Client as SimpleClient};
|
||||
mod component;
|
||||
pub use crate::component::Component;
|
||||
|
|
|
|||
Loading…
Reference in a new issue