Skip to content

Commit

Permalink
chore: remove obsolete if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Dec 28, 2022
1 parent da26e92 commit db232a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,6 @@ function configure (options) {
stack.pop()
return `[${res}]`
}
if (replacer.size === 0) {
return '{}'
}
stack.push(value)
let whitespace = ''
if (spacer !== '') {
Expand Down

0 comments on commit db232a7

Please sign in to comment.