Skip to content

Commit 63f457e

Browse files
committed
clean match arm
1 parent 1167092 commit 63f457e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source/uniform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ where
5757
let frame_len = input.current_frame_len().map(|x| x.min(32768));
5858

5959
let from_channels = match input.channels() {
60-
n if n == 0 => target_channels,
60+
0 => target_channels,
6161
n => n,
6262
};
6363
let from_sample_rate = input.sample_rate();

0 commit comments

Comments
 (0)