Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex committed Jan 18, 2024
1 parent ec04be2 commit 51e6d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/round/src/ctrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ export default class RoundController implements MoveRootCtrl {
};

goBerserk = () => {
if(!game.berserkableBy(this.data)) return;
if (!game.berserkableBy(this.data)) return;
if (this.goneBerserk[this.data.player.color]) return;
this.socket.berserk();
lichess.sound.play('berserk');
Expand Down

0 comments on commit 51e6d6b

Please sign in to comment.