mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Cargo fmt
This commit is contained in:
+3
-3
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user