Skip to content

Commit

Permalink
style(ast): add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Nov 13, 2024
1 parent 907096d commit e322e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/oxc_ast/src/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ impl<'a> From<&'a BigIntLiteral<'a>> for ESTreeLiteral<'a, ()> {
}
}
}

#[derive(Serialize)]
pub struct SerRegExpValue {
pattern: String,
Expand Down

0 comments on commit e322e35

Please sign in to comment.