Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Jun 22, 2020
1 parent 3079aa3 commit 76bad5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ir/var.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ fn parse_macro(
}
let parsed_macros = ctx.parsed_macros();

swcc_expr(swcc_tokens.collect(), &parsed_macros).map(|literal| (ident_str, literal))
swcc_expr(swcc_tokens.collect(), &parsed_macros)
.map(|literal| (ident_str, literal))
}

fn swcc_expr(
Expand Down

0 comments on commit 76bad5b

Please sign in to comment.