mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
fu: chore clippy
This commit is contained in:
@@ -855,12 +855,9 @@ impl Fu {
|
||||
continue;
|
||||
}
|
||||
|
||||
match params.get("event").unwrap().get::<String>().unwrap().as_str() {
|
||||
"seeders_found" => {
|
||||
print_seeders(info);
|
||||
break
|
||||
}
|
||||
_ => {}
|
||||
if params.get("event").unwrap().get::<String>().unwrap().as_str() == "seeders_found" {
|
||||
print_seeders(info);
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user