aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/sharing/mod.rs
diff options
context:
space:
mode:
authorchansuke <chansuke@georepublic.de>2018-09-09 16:24:45 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2018-09-09 16:24:45 +0200
commit8dab4d659aae9fc4954e3a346bd663f60485de31 (patch)
tree880e57979ded53f072653829a868c86d5075e7ef /components/style/sharing/mod.rs
parent31fc6cd565479144b9b0c2d3fff09caad8089df7 (diff)
downloadservo-8dab4d659aae9fc4954e3a346bd663f60485de31.tar.gz
servo-8dab4d659aae9fc4954e3a346bd663f60485de31.zip
Format style component.
Diffstat (limited to 'components/style/sharing/mod.rs')
-rw-r--r--components/style/sharing/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/style/sharing/mod.rs b/components/style/sharing/mod.rs
index d6148d16b49..b3177216f64 100644
--- a/components/style/sharing/mod.rs
+++ b/components/style/sharing/mod.rs
@@ -197,8 +197,7 @@ impl ValidationData {
let values =
OpaqueComputedValues::from(parent.borrow_data().unwrap().styles.primary());
values
- })
- .clone()
+ }).clone()
}
/// Computes the revalidation results if needed, and returns it.