Skip to content

Commit

Permalink
move comment to correct block
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Feb 17, 2022
1 parent 4ec22ea commit 9a96435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/js_printer/js_printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -770,8 +770,8 @@ func (p *printer) printBinding(binding js_ast.Binding) {
p.options.Indent--
p.printNewline()
p.printIndent()
// This block is only reached if len(b.Properties) > 0
} else {
// This block is only reached if len(b.Properties) > 0
p.printSpace()
}
}
Expand Down

0 comments on commit 9a96435

Please sign in to comment.