From 78e09bd05cff61edbee139eda3c8bc57d00f68ff Mon Sep 17 00:00:00 2001 From: Seiichi Uchida Date: Sat, 31 Mar 2018 14:47:50 +0900 Subject: [PATCH] Cargo fmt --- src/reorder.rs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/reorder.rs b/src/reorder.rs index ae9cada01d2a..7cff6fd57194 100644 --- a/src/reorder.rs +++ b/src/reorder.rs @@ -103,14 +103,7 @@ fn rewrite_reorderable_item( _ => return None, }; - combine_strs_with_missing_comments( - context, - &attrs_str, - &item_str, - missed_span, - shape, - false, - ) + combine_strs_with_missing_comments(context, &attrs_str, &item_str, missed_span, shape, false) } /// Rewrite a list of items with reordering. Every item in `items` must have