Skip to content

Commit 791d022

Browse files
committed
fix: added new line at end of the code
1 parent b0cc5f1 commit 791d022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dereference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@ function foundCircularReference (keyPath, $refs, options) {
251251
throw ono.reference(`Circular $ref pointer found at ${keyPath}`);
252252
}
253253
return true;
254-
}
254+
}

0 commit comments

Comments
 (0)