Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk committed May 20, 2024
1 parent 3ceed59 commit aee1d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Utils/Helpers.elm
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ formatRunTime now started finished =
seconds =
runTimeSeconds runtime
in
-- smallest units is seconds
-- treating 00:00 as an unreasonable runtime state
if minutes == "00" && seconds == "00" then
"--:--"

Expand Down

0 comments on commit aee1d08

Please sign in to comment.