fmt: clippy and fmt

This commit is contained in:
silver 2024-05-06 02:12:26 +01:00
parent d0b63190b3
commit 6cbbab80bd
6 changed files with 10 additions and 11 deletions

View file

@ -44,7 +44,7 @@ pub mod link {
let option = command
.data
.options
.get(0)
.first()
.expect("Expected email option")
.resolved
.as_ref()
@ -258,7 +258,7 @@ pub mod verify {
let option = command
.data
.options
.get(0)
.first()
.expect("Expected code option")
.resolved
.as_ref()