Skip to content

Commit de9380d

Browse files
committed
Fix clippy
1 parent 9addf9d commit de9380d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio_unit/macos_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ pub fn find_matching_physical_format(
364364
}
365365
}
366366
}
367-
return None;
367+
None
368368
}
369369

370370
/// Change the physical stream format (sample rate and format) of a device.

0 commit comments

Comments
 (0)