mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Tidy up rust code with regard to new rule (no = in beginning of line)
This commit is contained in:
parent
adcedd8314
commit
bb91ca616c
3 changed files with 6 additions and 6 deletions
|
@ -1283,8 +1283,8 @@ impl BlockFlow {
|
|||
content_block_size,
|
||||
available_block_size));
|
||||
|
||||
candidate_block_size_iterator.candidate_value
|
||||
= solution.unwrap().block_size;
|
||||
candidate_block_size_iterator.candidate_value =
|
||||
solution.unwrap().block_size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue