Skip to content

Commit 620e4e7

Browse files
Copilottomtau
andcommitted
Fix cargo fmt formatting in output.rs
Co-authored-by: tomtau <[email protected]>
1 parent 59208bf commit 620e4e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

generator/src/typed/output.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,11 @@ pub(crate) struct Output<'g> {
201201
rules_mod: Option<String>,
202202
}
203203
impl<'g> Output<'g> {
204-
pub fn new(module: &'g GrammarModule, modules: Vec<(Ident, Self)>, rules_mod: Option<String>) -> Self {
204+
pub fn new(
205+
module: &'g GrammarModule,
206+
modules: Vec<(Ident, Self)>,
207+
rules_mod: Option<String>,
208+
) -> Self {
205209
let rule_enum = generate_rule_enum(module);
206210
Self {
207211
content: Vec::new(),

0 commit comments

Comments
 (0)