Skip to content

Commit 7822d0c

Browse files
committed
Fix test
1 parent 45629db commit 7822d0c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/expr.rs

+1-7
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,7 @@ pub fn format_expr(
173173
},
174174
ast::ExprKind::Closure(capture, movability, ref fn_decl, ref body, _) => {
175175
closures::rewrite_closure(
176-
capture,
177-
movability,
178-
fn_decl,
179-
body,
180-
expr.span,
181-
context,
182-
shape,
176+
capture, movability, fn_decl, body, expr.span, context, shape,
183177
)
184178
}
185179
ast::ExprKind::Try(..)

0 commit comments

Comments
 (0)