Fmt for tokio-xmpp Client initialisation

This commit is contained in:
Paul Fariello 2020-12-06 14:28:57 +01:00
parent fb1b4cdbbc
commit 08e58e44b1

View file

@ -77,7 +77,7 @@ impl Client {
config.password.clone(),
));
let client = Client {
config: config,
config,
state: ClientState::Connecting(connect, local),
reconnect: false,
};