Skip to content

Commit

Permalink
Made cargo fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
g committed Nov 12, 2023
1 parent 43b758e commit 03ccb9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ async fn main() -> Result<()> {
let input_name = &args[2];
let res = client.inputs().toggle_mute(input_name).await;
println!("Result: {:?}", res);

}
"recording" => {
if args.len() < 3 {
Expand Down

0 comments on commit 03ccb9f

Please sign in to comment.