score: remove unnecessary semicolon

master
Mika Dede 2021-09-28 16:47:23 +02:00
parent a749a38271
commit 46fc78772b
No known key found for this signature in database
GPG Key ID: 546586DC38D45BBD
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ let h = g.getHeight();
function getXCoord(func) { function getXCoord(func) {
let offset = 40; let offset = 40;
return func(w-offset)+offset; return func(w-offset)+offset;
}; }
function setupInputWatchers() { function setupInputWatchers() {
if (global.BTN4) { if (global.BTN4) {