Skip to content

Commit

Permalink
trailing whitespace why is it always trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
adrivrie committed Dec 5, 2023
1 parent c0e3421 commit 078c26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/random-teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ export class RandomTeams {
// Picks `n` random pokemon--no repeats, even among formes
// Also need to either normalize for formes or select formes at random
// Unreleased are okay but no CAP

if (requiredType && !this.dex.types.get(requiredType).exists) {
throw new Error(`"${requiredType}" is not a valid type.`);
}
Expand Down

0 comments on commit 078c26c

Please sign in to comment.