Skip to content

Commit 76bad5b

Browse files
committed
rustfmt
1 parent 3079aa3 commit 76bad5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ir/var.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ fn parse_macro(
389389
}
390390
let parsed_macros = ctx.parsed_macros();
391391

392-
swcc_expr(swcc_tokens.collect(), &parsed_macros).map(|literal| (ident_str, literal))
392+
swcc_expr(swcc_tokens.collect(), &parsed_macros)
393+
.map(|literal| (ident_str, literal))
393394
}
394395

395396
fn swcc_expr(

0 commit comments

Comments
 (0)