diff --git a/libs/scrap/src/common/hwcodec.rs b/libs/scrap/src/common/hwcodec.rs index 6e6638b10..42bf76cb5 100644 --- a/libs/scrap/src/common/hwcodec.rs +++ b/libs/scrap/src/common/hwcodec.rs @@ -364,7 +364,9 @@ pub fn check_config_process(force_reset: bool) { let res = child.wait(); log::info!("Check hwcodec config, wait result: {res:?}"); } - Err(e) => log::error!("Check hwcodec config, error attempting to wait: {e}"), + Err(e) => { + log::error!("Check hwcodec config, error attempting to wait: {e}") + } } HwCodecConfig::refresh(); }