Skip to content

Commit

Permalink
deno fmt correction
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Dec 3, 2023
1 parent fbcd686 commit 1524185
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export class Card {

if (this.ranks.length != 0) {
trophyList.filterByRanks(this.ranks);
}
else {
} else {
trophyList.filterByRanks(null);
}

Expand Down

0 comments on commit 1524185

Please sign in to comment.