Browse Source

fu: chore fmt

epiphany 9 months ago
parent
commit
ee35e6e879
1 changed files with 3 additions and 1 deletions
  1. 3 1
      bin/fud/fu/src/main.rs

+ 3 - 1
bin/fud/fu/src/main.rs

@@ -855,7 +855,9 @@ impl Fu {
                         continue;
                     }
 
-                    if params.get("event").unwrap().get::<String>().unwrap().as_str() == "seeders_found" {
+                    if params.get("event").unwrap().get::<String>().unwrap().as_str() ==
+                        "seeders_found"
+                    {
                         print_seeders(info);
                         break
                     }