Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
fix: Time until clocked in text would not start on top line
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Sep 8, 2021
1 parent 278f7aa commit 14ade89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/swiftsatchel/bedroom/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public static void updateStats() {

sb.append("Time until clocked in:\n");
Time.appendReadableTimeTo(sb, Time.shrinkTime(secondsTillClockIn));
sb.append("\n");

}

Expand Down

0 comments on commit 14ade89

Please sign in to comment.