aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorNaveen Gattu <naveen.gattu@gmail.com>2021-11-30 12:54:15 -0800
committerGitHub <noreply@github.com>2021-11-30 12:54:15 -0800
commit00a7c172e2cd392e73d893d556f9341861ebe0e0 (patch)
tree6c267ec1f1ced218fd90d01b3c5cb6c37706b07f /components
parent9af545e4e4a888aa73b1f775b58573c052a46813 (diff)
downloadservo-00a7c172e2cd392e73d893d556f9341861ebe0e0.tar.gz
servo-00a7c172e2cd392e73d893d556f9341861ebe0e0.zip
rm ws
Diffstat (limited to 'components')
-rw-r--r--components/layout_2020/flow/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/flow/mod.rs b/components/layout_2020/flow/mod.rs
index 8331f54ea09..2d2e4ee1e42 100644
--- a/components/layout_2020/flow/mod.rs
+++ b/components/layout_2020/flow/mod.rs
@@ -134,7 +134,7 @@ impl BlockContainer {
),
}
}
-
+
pub(super) fn inline_content_sizes(
&self,
layout_context: &LayoutContext,