Skip to content

Commit 7c3071c

Browse files
author
Alexander Glusker
committed
fix format and branch
1 parent a6e36b4 commit 7c3071c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ fn rewrite_macro_inner(
251251
} = match parse_macro_args(context, ts, style, is_forced_bracket) {
252252
Some(args) => args,
253253
None => {
254-
let rewrite = return_macro_parse_failure_fallback(context, shape.indent, position, mac.span());
254+
let rewrite =
255+
return_macro_parse_failure_fallback(context, shape.indent, position, mac.span());
255256
return (rewrite, None);
256-
);
257257
}
258258
};
259259

0 commit comments

Comments
 (0)