layout: Remove a stray newline.

This commit is contained in:
Patrick Walton 2016-09-27 18:29:27 -07:00
parent 0803ef98e3
commit b021952be9

View file

@ -1454,7 +1454,6 @@ impl Flow for InlineFlow {
self.minimum_depth_below_baseline);
scanner.scan_for_lines(self, layout_context);
// Now, go through each line and lay out the fragments inside.
let line_count = self.lines.len();
for (line_index, line) in self.lines.iter_mut().enumerate() {