mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
LibWeb: Fix clang-format issue in CSS/StyleResolver.cpp
This commit is contained in:
parent
30b957e46c
commit
e6f886677e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ Vector<MatchingRule> StyleResolver::collect_matching_rules(const DOM::Element& e
|
||||||
++rule_index;
|
++rule_index;
|
||||||
});
|
});
|
||||||
++style_sheet_index;
|
++style_sheet_index;
|
||||||
});
|
});
|
||||||
|
|
||||||
return matching_rules;
|
return matching_rules;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue