Skip to content

Commit cb0b366

Browse files
committed
Cargo fmt
1 parent 590857d commit cb0b366

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/items.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,8 +1343,9 @@ fn format_tuple_struct(
13431343
// We need to put the where clause on a new line, but we didn't
13441344
// know that earlier, so the where clause will not be indented properly.
13451345
result.push('\n');
1346-
result.push_str(&(offset.block_only() + (context.config.tab_spaces() - 1))
1347-
.to_string(context.config));
1346+
result
1347+
.push_str(&(offset.block_only() + (context.config.tab_spaces() - 1))
1348+
.to_string(context.config));
13481349
}
13491350
result.push_str(&where_clause_str);
13501351

0 commit comments

Comments
 (0)