Skip to content

Commit f29d5dc

Browse files
committed
Formatting
1 parent ca8bff1 commit f29d5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/javascripts/Countdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Countdown(countdownSeconds) {
2525
this.minutesRemaining = t.min;
2626
console.log(`${this.minutesRemaining}:${this.secondsRemaining}`);
2727
}
28-
updateClock();
28+
updateClock();
2929
this.timeInterval = setInterval(updateClock, 1000);
3030
};
3131

0 commit comments

Comments
 (0)