From 5594868f8b7a3ca5155804653fc2f2d2fb84a48e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 25 Sep 2021 23:35:27 +0200 Subject: Prevent paragraph from overflowing due to trailing linebreak --- src/layout/grid.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/layout/grid.rs') diff --git a/src/layout/grid.rs b/src/layout/grid.rs index 35706498..91cc0014 100644 --- a/src/layout/grid.rs +++ b/src/layout/grid.rs @@ -179,8 +179,6 @@ impl<'a> GridLayouter<'a> { // Sum of fractions of all fractional tracks. let mut fr = Fractional::zero(); - - // Resolve the size of all linear columns and compute the sum of all // fractional tracks. for (&col, rcol) in self.cols.iter().zip(&mut self.rcols) { -- cgit v1.2.3