From 8b292bec3b1cf3d6576d570fc07f2e2f596dc33f Mon Sep 17 00:00:00 2001 From: ultimafia-bot Date: Sat, 23 Dec 2023 02:39:44 +0000 Subject: [PATCH] run prettier --- Games/types/Mafia/roles/cards/CourtSession.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Games/types/Mafia/roles/cards/CourtSession.js b/Games/types/Mafia/roles/cards/CourtSession.js index f28d1dc6d..93bf761b3 100644 --- a/Games/types/Mafia/roles/cards/CourtSession.js +++ b/Games/types/Mafia/roles/cards/CourtSession.js @@ -85,8 +85,7 @@ module.exports = class CourtSession extends Card { } if (!this.player.alive) { return true; - } - else return false; + } else return false; }, }, };