mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 13:38:33 +03:00
Fix lint
This commit is contained in:
parent
ecd7b4decc
commit
c58b9c8649
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "swc_ecma_codegen"
|
||||
version = "0.28.1"
|
||||
version = "0.28.2"
|
||||
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
|
@ -894,7 +894,7 @@ impl<'a> Emitter<'a> {
|
||||
fn emit_private_prop(&mut self, n: &PrivateProp) -> Result {
|
||||
self.emit_leading_comments_of_pos(n.span().lo())?;
|
||||
|
||||
self.emit_list(n.span, Some(&n.decorators), ListFormat::Decorators);
|
||||
self.emit_list(n.span, Some(&n.decorators), ListFormat::Decorators)?;
|
||||
|
||||
self.emit_accesibility(n.accessibility)?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user