rustfmt for previous commit
Missed it, and it had been pushed for a long time. Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
9eeca94366
commit
4e0eea9e6c
1 changed files with 6 additions and 1 deletions
|
|
@ -33,7 +33,12 @@ pub struct XmppClient {
|
|||
}
|
||||
|
||||
impl XmppClient {
|
||||
pub fn new(jid: BareJid, password: &str, rooms: Vec<BareJid>, nickname: ResourcePart) -> XmppClient {
|
||||
pub fn new(
|
||||
jid: BareJid,
|
||||
password: &str,
|
||||
rooms: Vec<BareJid>,
|
||||
nickname: ResourcePart,
|
||||
) -> XmppClient {
|
||||
let agent = ClientBuilder::new(jid, password)
|
||||
.set_client(ClientType::Bot, "xmpp-rs")
|
||||
.set_website("https://gitlab.com/xmpp-rs/xmpp-rs")
|
||||
|
|
|
|||
Loading…
Reference in a new issue