mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-14 04:56:49 +00:00
Fix a typo
This commit is contained in:
parent
cdc3f9321c
commit
5650411d64
@ -1698,7 +1698,6 @@ fn rewrite_call_inner(context: &RewriteContext,
|
||||
.ok_or(Ordering::Less)?;
|
||||
|
||||
if !use_block_indent(context) && need_block_indent(&list_str, nested_shape) && !extendable {
|
||||
println!("here");
|
||||
let mut new_context = context.clone();
|
||||
new_context.use_block = true;
|
||||
return rewrite_call_inner(&new_context,
|
||||
|
Loading…
Reference in New Issue
Block a user