Skip to content

Commit 9c4115f

Browse files
author
Alexander Glusker
committed
drop );
1 parent a0735e5 commit 9c4115f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/macros.rs

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -259,17 +259,16 @@ fn rewrite_macro_inner(
259259

260260
if !arg_vec.is_empty() && arg_vec.iter().all(MacroArg::is_item) {
261261
let rewrite = rewrite_macro_with_items(
262-
context,
263-
&arg_vec,
264-
&macro_name,
265-
shape,
266-
style,
267-
original_style,
268-
position,
269-
mac.span(),
262+
context,
263+
&arg_vec,
264+
&macro_name,
265+
shape,
266+
style,
267+
original_style,
268+
position,
269+
mac.span(),
270270
);
271271
return (rewrite, Some(style));
272-
);
273272
}
274273

275274
(

0 commit comments

Comments
 (0)