Skip to content

Commit f3af180

Browse files
committed
Add lint nit
1 parent e81971b commit f3af180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function log(/*...*/) {
5353
spaces_fmt = (num_spaces > 0 ? " ".repeat(num_spaces) : " ");
5454

5555
if (time_diff > 99) {
56-
time_diff_fmt = '%c' + time_diff_fmt + '%c';
56+
time_diff_fmt = '%c' + time_diff_fmt + '%c'
5757
// insert styles as second and third args
5858
args.splice(1, 0, 'color:yellow', 'color:auto');
5959
}

0 commit comments

Comments
 (0)