base: Fix a clippy warning.

master
Damir Jelić 2020-08-12 15:39:38 +02:00
parent c4465e7979
commit 0dc232b268
1 changed files with 1 additions and 1 deletions

View File

@ -1879,7 +1879,7 @@ impl BaseClient {
.lock()
.await
.as_ref()
.and_then(|o| Some(o.start_verification(device)))
.map(|o| o.start_verification(device))
}
}