Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Feb 1, 2024
1 parent 3b63ee6 commit 035f0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commit-status/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ function format_milliseconds(milliseconds: number): string {
if (minutes === 0) {
return `${seconds}s`;
} else {
return `${minutes}m${seconds}s`;
return `${minutes}m ${seconds}s`;
}
}

0 comments on commit 035f0bc

Please sign in to comment.