mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
style: Fix whitespace issue in the rule tree code.
This commit is contained in:
parent
d98abe1397
commit
e448c4a27e
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ impl StrongRuleNode {
|
|||
let mut last = None;
|
||||
// TODO(emilio): We could avoid all the refcount churn here.
|
||||
for child in self.get().iter_children() {
|
||||
if child .get().level == level &&
|
||||
if child.get().level == level &&
|
||||
child.get().source.as_ref().unwrap().ptr_equals(&source) {
|
||||
return child;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue