From b021952be9c556cb55ade993d0781d8a3f9b46aa Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 27 Sep 2016 18:29:27 -0700 Subject: [PATCH] layout: Remove a stray newline. --- components/layout/inline.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/layout/inline.rs b/components/layout/inline.rs index bae35f7cac5..434d5200da8 100644 --- a/components/layout/inline.rs +++ b/components/layout/inline.rs @@ -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() {