From bff0d8c7b846bf218e44651e76b736d356fbb00c Mon Sep 17 00:00:00 2001 From: Julian Fietkau Date: Mon, 14 Oct 2024 02:32:21 +0200 Subject: [PATCH] Very minor reformat --- main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = []; } -- 2.34.1