style(ast): add line break (#7271)

This commit is contained in:
overlookmotel 2024-11-13 15:45:43 +00:00
parent 897d3b1567
commit 10cdce9b67

View file

@ -91,6 +91,7 @@ impl<'a> From<&'a BigIntLiteral<'a>> for ESTreeLiteral<'a, ()> {
} }
} }
} }
#[derive(Serialize)] #[derive(Serialize)]
pub struct SerRegExpValue { pub struct SerRegExpValue {
pattern: String, pattern: String,