Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Nov 28, 2024
1 parent 9326da3 commit e79f86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cidre/src/av/capture/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ impl Device {
}

#[cfg(feature = "async")]
pub async fn request_access_for_media_type<'ar>(
pub async fn request_access_for_media_type(
media_type: &av::MediaType,
) -> Result<bool, arc::R<ns::Exception>> {
let (future, mut block) = blocks::comp1();
Expand Down

0 comments on commit e79f86d

Please # to comment.