Reviewed-on: #16
This commit is contained in:
commit
76af0becf9
@ -21,7 +21,7 @@ impl Time {
|
||||
time /= 60;
|
||||
let minutes = time;
|
||||
|
||||
format!("{minutes}:{seconds}:{milliseconds}")
|
||||
format!("{minutes:02}:{seconds:02}:{milliseconds:02}")
|
||||
}
|
||||
|
||||
pub fn from_milliseconds(mut time: u32) -> Self {
|
||||
|
Loading…
Reference in New Issue
Block a user