style: 统一代码格式

应用 fmt 对已暂存 Rust 文件进行格式化,保持代码风格一致并减少无意义差异。

Made-with: Cursor
This commit is contained in:
mofeng-git
2026-04-11 22:25:46 +08:00
parent 132f445c29
commit 9e3483b836
3 changed files with 3 additions and 7 deletions

View File

@@ -3,9 +3,7 @@
#![allow(non_snake_case)]
use crate::common::DataFormat::{self, *};
use crate::ffmpeg::{
AVHWDeviceType::{self, *},
};
use crate::ffmpeg::AVHWDeviceType::{self, *};
use serde_derive::{Deserialize, Serialize};
use std::ffi::c_int;