Skip to content

Commit db232a7

Browse files
committed
chore: remove obsolete if statement
1 parent da26e92 commit db232a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,6 @@ function configure (options) {
396396
stack.pop()
397397
return `[${res}]`
398398
}
399-
if (replacer.size === 0) {
400-
return '{}'
401-
}
402399
stack.push(value)
403400
let whitespace = ''
404401
if (spacer !== '') {

0 commit comments

Comments
 (0)