Skip to content

Commit 7ff314f

Browse files
author
James Halliday
committed
reindent
1 parent c1de9d1 commit 7ff314f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = function (obj, opts) {
3939
throw new TypeError('Converting circular structure to JSON');
4040
}
4141
else seen.push(node);
42-
42+
4343
if (node.toJSON && typeof node.toJSON === 'function') {
4444
node = node.toJSON();
4545
}

0 commit comments

Comments
 (0)