Reformat code with latest cargo fmt
This commit is contained in:
@ -18,7 +18,8 @@ impl Range {
|
||||
}
|
||||
unsafe {
|
||||
let ptr = av_color_range_name((*self).into());
|
||||
ptr.as_ref().map(|ptr| from_utf8_unchecked(CStr::from_ptr(ptr).to_bytes()))
|
||||
ptr.as_ref()
|
||||
.map(|ptr| from_utf8_unchecked(CStr::from_ptr(ptr).to_bytes()))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user