From 7a131ba104fe5500ab4bd46ae9c3e35ffba5054d Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 15 Mar 2016 16:19:43 -0700 Subject: [PATCH] layout: Minor whitespace cleanup. --- components/layout/incremental.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs index d02bcde6cd2..9fbd5e6ce49 100644 --- a/components/layout/incremental.rs +++ b/components/layout/incremental.rs @@ -253,7 +253,6 @@ impl<'a> LayoutDamageComputation for &'a mut Flow { has_counter_affecting_children = has_counter_affecting_children || flow::base(kid).flags.intersects(AFFECTS_COUNTERS | HAS_COUNTER_AFFECTING_CHILDREN); - } }