fmt: clippy and fmt
This commit is contained in:
parent
d0b63190b3
commit
6cbbab80bd
6 changed files with 10 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue