Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
moorscode committed Feb 13, 2021
1 parent 18623f6 commit 20dd9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/pokers/pokers.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export class PokersGateway implements OnGatewayInit {
* @returns {VoteResponse[]} Formatted votes.
*/
private formatVoteResponseList( votes: Vote[] ): VoteResponse[] {
return votes.map( this.formatVoteResponse );
return votes.map( this.formatVoteResponse );
}

/**
Expand Down

0 comments on commit 20dd9ec

Please sign in to comment.