Skip to content

Commit

Permalink
whitspace
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 25, 2024
1 parent d8bae66 commit 8f96959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ async function validateDocument(
);
result.valid = valid;
result.errors = errors;

const documentLocation = getDocumentLocation(result);
if (valid) {
logger.success(`${documentLocation} is valid\n`);
Expand Down

0 comments on commit 8f96959

Please sign in to comment.