Skip to content

Commit fc98968

Browse files
Update exercises/practice/split-second-stopwatch/.meta/src/reference/java/SplitSecondStopwatch.java
Co-authored-by: Kah Goh <[email protected]>
1 parent cc1d927 commit fc98968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/split-second-stopwatch/.meta/src/reference/java/SplitSecondStopwatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ private String formatTime(long milliseconds) {
122122

123123
return String.format("%02d:%02d:%02d", hours, minutes, seconds);
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)