Fix match same arms bug found by clippy
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
8469fd5596
commit
aa23fb485c
1 changed files with 0 additions and 2 deletions
|
@ -316,8 +316,6 @@ fn find(rt: &Runtime) {
|
|||
.for_each(|(i, (_, card))| {
|
||||
let fmt = if scmd.is_present("find-show") {
|
||||
&show_format
|
||||
} else if scmd.is_present("find-list") {
|
||||
&list_format
|
||||
} else { // default: find-list
|
||||
&list_format
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue