mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
layout: Remove a stray newline.
This commit is contained in:
parent
0803ef98e3
commit
b021952be9
1 changed files with 0 additions and 1 deletions
|
@ -1454,7 +1454,6 @@ impl Flow for InlineFlow {
|
||||||
self.minimum_depth_below_baseline);
|
self.minimum_depth_below_baseline);
|
||||||
scanner.scan_for_lines(self, layout_context);
|
scanner.scan_for_lines(self, layout_context);
|
||||||
|
|
||||||
|
|
||||||
// Now, go through each line and lay out the fragments inside.
|
// Now, go through each line and lay out the fragments inside.
|
||||||
let line_count = self.lines.len();
|
let line_count = self.lines.len();
|
||||||
for (line_index, line) in self.lines.iter_mut().enumerate() {
|
for (line_index, line) in self.lines.iter_mut().enumerate() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue