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:
pep 2025-03-11 12:35:44 +01:00
commit 4e0eea9e6c

View file

@ -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")