Skip to content

Commit

Permalink
example: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed May 4, 2024
1 parent 1a62211 commit 0d908eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/detect-beats-from-input-in-terminal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn get_input_devices_flat() -> Vec<(cpal::HostId, cpal::Device)> {
}

/// Prompts the user in the terminal to choose an audio backend.
fn select_audio_device() -> cpal::Device {
fn select_audio_device() -> cpal::Device {
println!("Available input devices:");

let mut devices = get_input_devices_flat();
Expand Down

0 comments on commit 0d908eb

Please sign in to comment.