Skip to content

Commit

Permalink
corrected formatting in example
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-franco-gomez committed Nov 13, 2024
1 parent 8f0f99b commit 9cdea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/android.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extern crate cpal;

use cpal::{
traits::{DeviceTrait, HostTrait, StreamTrait},
SizedSample, I24
SizedSample, I24,
};
use cpal::{FromSample, Sample};

Expand Down

0 comments on commit 9cdea2f

Please sign in to comment.