fix(style): run rustfmt
This commit is contained in:
parent
a16a8ad6e3
commit
4ae48916b6
1 changed files with 1 additions and 2 deletions
|
|
@ -84,8 +84,7 @@ fn transfer_rows_down(
|
||||||
if !next_lines.is_empty() {
|
if !next_lines.is_empty() {
|
||||||
match max_src_width {
|
match max_src_width {
|
||||||
Some(max_row_width) => {
|
Some(max_row_width) => {
|
||||||
let excess_rows =
|
let excess_rows = Row::from_rows(next_lines).split_to_rows_of_length(max_row_width);
|
||||||
Row::from_rows(next_lines).split_to_rows_of_length(max_row_width);
|
|
||||||
source.extend(excess_rows);
|
source.extend(excess_rows);
|
||||||
}
|
}
|
||||||
None => {
|
None => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue