From b15fa2cd79f91cc205ce7ac2eefa9b3553c56a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 27 Jul 2017 01:35:57 +0200 Subject: [PATCH] style: fix alignment in call to get_all_matching_rules. --- components/style/stylist.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/stylist.rs b/components/style/stylist.rs index 29633ae8509..1629827a96c 100644 --- a/components/style/stylist.rs +++ b/components/style/stylist.rs @@ -1203,7 +1203,7 @@ impl Stylist { &rule_hash_target, applicable_declarations, context, - self.quirks_mode, + self.quirks_mode, flags_setter, CascadeLevel::AuthorNormal); } else {