Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimafia-bot committed Dec 23, 2023
1 parent a75e4f2 commit 8b292be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Games/types/Mafia/roles/cards/CourtSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ module.exports = class CourtSession extends Card {
}
if (!this.player.alive) {
return true;
}
else return false;
} else return false;
},
},
};
Expand Down

0 comments on commit 8b292be

Please sign in to comment.