Skip to content

Commit 8cb2b8e

Browse files
committed
Cargo fmt
1 parent fbcc886 commit 8cb2b8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/items.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,9 +1380,9 @@ fn format_tuple_struct(
13801380
// We need to put the where clause on a new line, but we didn't
13811381
// know that earlier, so the where clause will not be indented properly.
13821382
result.push('\n');
1383-
result
1384-
.push_str(&(offset.block_only() + (context.config.tab_spaces() - 1))
1385-
.to_string(context.config));
1383+
result.push_str(
1384+
&(offset.block_only() + (context.config.tab_spaces() - 1)).to_string(context.config),
1385+
);
13861386
}
13871387
result.push_str(&where_clause_str);
13881388

0 commit comments

Comments
 (0)