Skip to content

Commit

Permalink
framework_lib: Fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Apr 28, 2024
1 parent 053d6ef commit 7f16054
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions framework_lib/src/commandline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,7 @@ pub fn run_with_args(args: &Cli, _allupdate: bool) -> i32 {
print_audio_card_details();
} else if args.privacy {
if let Some((mic, cam)) = print_err(ec.get_privacy_info()) {
println!(
"Privacy Slider (Black = Device Connected; Red = Device Disconnected)"
);
println!("Privacy Slider (Black = Device Connected; Red = Device Disconnected)");
println!(
" Microphone: {}",
if mic { "Connected" } else { "Disconnected" }
Expand Down

0 comments on commit 7f16054

Please sign in to comment.