Skip to content

Commit

Permalink
Lint, extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Technickel-Dev committed Oct 12, 2022
1 parent c1b6b94 commit be20e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,15 @@ export const CRAB_NAMES: Map<number, string> = new Map<number, string>([
[12, 'Percy'],
[13, 'Rocky'],
[14, 'Mr. Krabs'],
[15, 'Shelly'],
[15, 'Shelly'],
[16, 'Santa Claws'],
[17, 'Clawdia'],
[18, 'Scuttle'],
[17, 'Clawdia'],
[18, 'Scuttle'],
[19, 'Snappy'],
[20, 'Hermit'],
[21, 'Horseshoe'],
[22, 'Snapper'],
[23, 'Coconut'],
[23, 'Coconut'],
]);

export const CLIPPY_NAMES: Map<number, string> = new Map<number, string>([
Expand Down

0 comments on commit be20e15

Please sign in to comment.