Skip to content

Commit 54f3c21

Browse files
committed
Fix a typo
1 parent 566f34f commit 54f3c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ where
19711971
}
19721972
_ if args.len() >= 1 => {
19731973
item_vec[args.len() - 1].item = args.last()
1974-
.and_then(|last_arg| last_arg.rewrite(context, shape));
1974+
.and_then(|last_arg| last_arg.rewrite(context, nested_shape));
19751975
// Use horizontal layout for a function with a single argument as long as
19761976
// everything fits in a single line.
19771977
if args.len() == 1

0 commit comments

Comments
 (0)