Skip to content

Commit 371e8aa

Browse files
committed
Format code
1 parent a1d7fa1 commit 371e8aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ updateDateTimeButton.onclick = () => {
525525
mode === "local"
526526
? setCurrentDateTime()
527527
: mode === "utc"
528-
? setCurrentDateTimeUtc()
529-
: "";
528+
? setCurrentDateTimeUtc()
529+
: "";
530530
}; //update date and time when button is clicked
531531

532532
updateLocalDateTimeButton.onclick = () => {

0 commit comments

Comments
 (0)