Fmt for tokio-xmpp Client initialisation
This commit is contained in:
parent
fb1b4cdbbc
commit
08e58e44b1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ impl Client {
|
|||
config.password.clone(),
|
||||
));
|
||||
let client = Client {
|
||||
config: config,
|
||||
config,
|
||||
state: ClientState::Connecting(connect, local),
|
||||
reconnect: false,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue