just some formatting spaces

This commit is contained in:
Nickiel12 2022-06-29 20:42:39 -07:00
parent db866b4b8d
commit b04d93b96a

View file

@ -73,8 +73,10 @@ impl MessageHandler for StreamState {
if self.timer_paused_length.is_some(){
return (None, Some(vec![StateUpdate::PauseTimer(false)]));
}
self.timer_can_run = value;
self.timer_start = SystemTime::now();
if value {
let mut instruction = Vec::new();
instruction.push(StateUpdate::TimerText(String::from("0.0")));