removed extra spaces

This commit is contained in:
Giulio De Pasquale 2021-02-26 16:11:34 +00:00
parent 5cd6f8d37c
commit 093269b173

View File

@ -1,8 +1,6 @@
use ears::{AudioController, Sound}; use ears::{AudioController, Sound};
use log::error; use log::error;
pub const MARKET_ORDER_PLACED_PATH: &str = "sounds/smas-smb3_goal.wav"; 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 LOSS_TO_BREAK_EVEN_PATH: &str = "sounds/smw2_boing.wav";
pub const MIN_PROFIT_SOUND_PATH: &str = "sounds/smw_1-up.wav"; pub const MIN_PROFIT_SOUND_PATH: &str = "sounds/smw_1-up.wav";