Skip to content

Commit

Permalink
Remove trailing empty line in help
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jun 24, 2024
1 parent 3275f1c commit e08624e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Usage:
ajv help [<command>]
ajv --version
Report issues at <${projectUrl}>.
Report issues at <${projectUrl}>.\
`

const compileHelp = `
Expand All @@ -196,7 +196,7 @@ Options:
${commonOptions}
${ajvOptions}
${ajvOptions}\
`

const validateHelp = `\
Expand Down Expand Up @@ -244,7 +244,7 @@ ${commonOptions}
* json Formatted JSON.
* json-oneline Single line JSON.
${ajvOptions}
${ajvOptions}\
`

export function usage(): void {
Expand Down

0 comments on commit e08624e

Please sign in to comment.