(init) format cleanup
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful
This commit is contained in:
parent
f6cf4b711c
commit
e032cfb918
1 changed files with 1 additions and 1 deletions
|
@ -2413,7 +2413,7 @@ impl IdentityManager {
|
|||
|
||||
let a = rolesa.read().await;
|
||||
// let a = Arc::clone(a)
|
||||
let a = a;
|
||||
//let a = a;
|
||||
let vecroles = &(*a);
|
||||
let vecroles = vecroles.get(&chattername);
|
||||
match vecroles {
|
||||
|
|
Loading…
Reference in a new issue