From 093269b173c1ec7d819f2ace30048adb44cffd47 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 26 Feb 2021 16:11:34 +0000 Subject: [PATCH] removed extra spaces --- src/sounds.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sounds.rs b/src/sounds.rs index e00dea1..31ea553 100644 --- a/src/sounds.rs +++ b/src/sounds.rs @@ -1,8 +1,6 @@ use ears::{AudioController, Sound}; use log::error; - - pub const MARKET_ORDER_PLACED_PATH: &str = "sounds/smas-smb3_goal.wav"; pub const LOSS_TO_BREAK_EVEN_PATH: &str = "sounds/smw2_boing.wav"; pub const MIN_PROFIT_SOUND_PATH: &str = "sounds/smw_1-up.wav";