From 8cb2b8e909455f74e1afa3417743d9d87bbb92ca Mon Sep 17 00:00:00 2001 From: topecongiro Date: Wed, 23 May 2018 07:22:59 +0900 Subject: [PATCH] Cargo fmt --- src/items.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/items.rs b/src/items.rs index 7da3f8c14d4..1bcd8b3da78 100644 --- a/src/items.rs +++ b/src/items.rs @@ -1380,9 +1380,9 @@ fn format_tuple_struct( // We need to put the where clause on a new line, but we didn't // know that earlier, so the where clause will not be indented properly. result.push('\n'); - result - .push_str(&(offset.block_only() + (context.config.tab_spaces() - 1)) - .to_string(context.config)); + result.push_str( + &(offset.block_only() + (context.config.tab_spaces() - 1)).to_string(context.config), + ); } result.push_str(&where_clause_str); -- 2.44.0