From: Julian Fietkau Date: Mon, 14 Oct 2024 00:32:21 +0000 (+0200) Subject: Very minor reformat X-Git-Url: https://fietkau.software/Up-in-the-Air.git/commitdiff_plain?repo=Up-in-the-Air;h=bff0d8c7b846bf218e44651e76b736d356fbb00c;p=Up-in-the-Air;a=commitdiff_plain Very minor reformat --- diff --git a/main.js b/main.js index 1975870..89edc4b 100644 --- a/main.js +++ b/main.js @@ -2222,8 +2222,7 @@ game['fn'].start = () => { game['fn'].playRandomSound(); game['fn'].unlockFeather(unlock['name'], unlock['url']); game['fn'].moveToPage('unlock'); - } - else if(unlock && unlock['type'] == 'custom') { + } else if(unlock && unlock['type'] == 'custom') { if(!game.var.sessionUnlocks) { game.var.sessionUnlocks = []; }