Tidy up rust code with regard to new rule (no = in beginning of line)

This commit is contained in:
Jure Podgoršek 2017-01-06 20:57:16 +01:00
parent adcedd8314
commit bb91ca616c
3 changed files with 6 additions and 6 deletions

View file

@ -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;
}
}
}