Skip to content

Commit

Permalink
Please the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored Aug 3, 2023
1 parent edde36a commit fed9fef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/puns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ const ERROR_PUNS = [
"You're in deep water now.",
"Don't carp about your mistakes.",
'This run went belly up.',
"Seas the errors and fix them!",
"Dolphinately not the desired outcome.",
"Looks like you've caught a bugfish."
'Seas the errors and fix them!',
'Dolphinately not the desired outcome.',
'Looks like you\'ve caught a bugfish.'
];

export function getRandomPun(numErrors = 0, numWarnings = 0): string {
Expand Down

0 comments on commit fed9fef

Please sign in to comment.