base: Fix a clippy warning.
parent
c4465e7979
commit
0dc232b268
|
@ -1879,7 +1879,7 @@ impl BaseClient {
|
||||||
.lock()
|
.lock()
|
||||||
.await
|
.await
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.and_then(|o| Some(o.start_verification(device)))
|
.map(|o| o.start_verification(device))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue