Fix a typo

This commit is contained in:
Seiichi Uchida 2017-06-02 11:20:49 +09:00 committed by GitHub
parent cdc3f9321c
commit 5650411d64

View file

@ -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,