From f6c2debae3cd153dfa76ecb3df68cdfccf3d9afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A4=AA?= Date: Tue, 15 Apr 2014 17:04:05 +1000 Subject: [PATCH] Fix coding style --- tournaments/frontend.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tournaments/frontend.js b/tournaments/frontend.js index c9d1f8505e..f9aca13172 100644 --- a/tournaments/frontend.js +++ b/tournaments/frontend.js @@ -497,8 +497,7 @@ var Tournament = (function () { return; var room = Rooms.global.startBattle(challenge.from, user, this.format, this.isRated, challenge.team, user.team); - if (!room) - return; + if (!room) return; this.pendingChallenges.set(challenge.from, null); this.pendingChallenges.set(user, null);