Commit Diff


commit - 173ea72d580c5c3ddf834d0dae1b5e460e7aca83
commit + 84e97354c3e6631ee825ff27089726f5b39ba334
blob - 36bc264d69f6f6425faff687e398718b7d494583
blob + 097e72a5e2b85c42d15f1071b7b93d36c977f019
--- plants/src/main.rs
+++ plants/src/main.rs
@@ -41,7 +41,7 @@ fn format_devices(devices: &[(String, u8, Option<Strin
         })
         .collect();
 
-    Some(format!("({})", parts.join(" ")))
+    Some(format!("{}", parts.join(" ")))
 }
 
 fn print_output(output: &str) {