From 87092ea395b910c2c40c5e1244ebec51032c064a Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 22 Jul 2025 22:50:33 +0200 Subject: cargo fmt --- src/audio.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/audio.rs') 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 { -- cgit v1.2.3-70-g09d2