just some formatting spaces
This commit is contained in:
parent
db866b4b8d
commit
b04d93b96a
1 changed files with 2 additions and 0 deletions
|
@ -73,8 +73,10 @@ impl MessageHandler for StreamState {
|
||||||
if self.timer_paused_length.is_some(){
|
if self.timer_paused_length.is_some(){
|
||||||
return (None, Some(vec![StateUpdate::PauseTimer(false)]));
|
return (None, Some(vec![StateUpdate::PauseTimer(false)]));
|
||||||
}
|
}
|
||||||
|
|
||||||
self.timer_can_run = value;
|
self.timer_can_run = value;
|
||||||
self.timer_start = SystemTime::now();
|
self.timer_start = SystemTime::now();
|
||||||
|
|
||||||
if value {
|
if value {
|
||||||
let mut instruction = Vec::new();
|
let mut instruction = Vec::new();
|
||||||
instruction.push(StateUpdate::TimerText(String::from("0.0")));
|
instruction.push(StateUpdate::TimerText(String::from("0.0")));
|
||||||
|
|
Loading…
Reference in a new issue