diff options
author | Astatin <[email protected]> | 2025-07-22 22:50:33 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-07-22 22:50:33 +0200 |
commit | 87092ea395b910c2c40c5e1244ebec51032c064a (patch) | |
tree | 29bcfbffedd66c3c36653cf08210ad76a0d31119 /src/audio.rs | |
parent | f4e52f216beca25f680c4744109f247021a7d944 (diff) |
cargo fmt
Diffstat (limited to 'src/audio.rs')
-rw-r--r-- | src/audio.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/audio.rs b/src/audio.rs index 427ca26..50bd2be 100644 --- a/src/audio.rs +++ b/src/audio.rs @@ -383,7 +383,7 @@ pub struct AudioSquareChannel { pub left: bool, pub right: bool, pub left_volume: u8, - pub right_volume: u8 + pub right_volume: u8, } impl AudioSquareChannel { @@ -455,7 +455,7 @@ pub struct AudioCustomChannel { pub left: bool, pub right: bool, pub left_volume: u8, - pub right_volume: u8 + pub right_volume: u8, } impl AudioCustomChannel { @@ -526,7 +526,7 @@ pub struct AudioNoiseChannel { pub left: bool, pub right: bool, pub left_volume: u8, - pub right_volume: u8 + pub right_volume: u8, } impl AudioNoiseChannel { |