Skip to content

Commit

Permalink
clean match arm
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineGod committed Oct 22, 2024
1 parent 61985bf commit f69a8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/uniform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ where
let frame_len = input.current_frame_len().map(|x| x.min(32768));

let from_channels = match input.channels() {
n if n == 0 => target_channels,
0 => target_channels,
n => n,
};
let from_sample_rate = input.sample_rate();
Expand Down

0 comments on commit f69a8bf

Please sign in to comment.