Skip to content

Commit 12e508f

Browse files
committed
🐞 fix: 修复 Rust 格式问题
1 parent b696994 commit 12e508f

2 files changed

Lines changed: 544 additions & 246 deletions

File tree

native/external-media-integration/src/model.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ impl SystemMediaEvent {
5353
volume: None,
5454
}
5555
}
56+
#[allow(dead_code)]
5657
pub const fn set_volume(volume: f64) -> Self {
5758
Self {
5859
type_: SystemMediaEventType::SetVolume,

0 commit comments

Comments
 (0)