Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Oct 31, 2024
1 parent 0af8147 commit f1b75fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ impl Component for App {
</div>
<div class="timerDisplay" id="timerDisplay">
{ format!("{}:{:02}.{}", state.current_time.minutes, state.current_time.seconds, state.current_time.tenths) }
</div>
</div>
<div id="buttonDisplay">
<button aria-label="Start" onclick={ start } id="startButton">{ "Start" }</button>
<button aria-label="Start" onclick={ stop } id="stopButton">{ "Pause" }</button>
Expand Down

0 comments on commit f1b75fe

Please sign in to comment.