Skip to content

Commit

Permalink
Merge pull request #29 from FrameworkComputer/fix-fmt
Browse files Browse the repository at this point in the history
framework_lib: Fix format
  • Loading branch information
JohnAZoidberg authored Apr 28, 2024
2 parents 053d6ef + 7f16054 commit 5e4989f
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 5e4989f

Please sign in to comment.