Skip to content

Commit

Permalink
fix: added new line at end of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
SB-rohitdesai committed Jun 13, 2024
1 parent b0cc5f1 commit 791d022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dereference.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ function foundCircularReference (keyPath, $refs, options) {
throw ono.reference(`Circular $ref pointer found at ${keyPath}`);
}
return true;
}
}

0 comments on commit 791d022

Please sign in to comment.