Skip to content

Commit

Permalink
indentation fix game.dto
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMartinelli committed Oct 10, 2023
1 parent 9557ddd commit 85eb6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/game/dto/game.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import { Score } from './game.score.dto';

export class GameDto {
gameId: string;
finished: boolean;
finished: boolean;
player1: Player;
player2: Player;
score: Score;
score: Score;
ball: Ball;
canvas: Canvas;
}

0 comments on commit 85eb6e6

Please sign in to comment.