format log, add space after colon

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-11-18 09:47:08 +08:00
parent 0b5f48b926
commit f9ee0189f0
15 changed files with 36 additions and 36 deletions

View File

@@ -382,7 +382,7 @@ pub trait GoogleImage {
);
}
// (Chroma::I444, ImageFormat::Raw), new version libyuv have I444ToRAW
_ => log::error!("unsupported pixfmt:{:?}", self.chroma()),
_ => log::error!("unsupported pixfmt: {:?}", self.chroma()),
}
}
}