Skip to content

Commit a4fcc54

Browse files
committed
Remove unnecessary blank line in setAlarm function
1 parent b235bd1 commit a4fcc54

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sprint-3/alarmclock/alarmclock.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ function setAlarm() {
3636
format(time % 60);
3737
}, 1000);
3838
}
39-
4039
// DO NOT EDIT BELOW HERE
4140

4241
var audio = new Audio("alarmsound.mp3");

0 commit comments

Comments
 (0)