We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 053d6ef + 7f16054 commit 5e4989fCopy full SHA for 5e4989f
1 file changed
framework_lib/src/commandline/mod.rs
@@ -511,9 +511,7 @@ pub fn run_with_args(args: &Cli, _allupdate: bool) -> i32 {
511
print_audio_card_details();
512
} else if args.privacy {
513
if let Some((mic, cam)) = print_err(ec.get_privacy_info()) {
514
- println!(
515
- "Privacy Slider (Black = Device Connected; Red = Device Disconnected)"
516
- );
+ println!("Privacy Slider (Black = Device Connected; Red = Device Disconnected)");
517
println!(
518
" Microphone: {}",
519
if mic { "Connected" } else { "Disconnected" }
0 commit comments