LibWeb: Fix clang-format issue in CSS/StyleResolver.cpp

This commit is contained in:
Andreas Kling 2021-03-07 17:53:20 +01:00
parent 30b957e46c
commit e6f886677e
Notes: sideshowbarker 2024-07-18 21:38:21 +09:00

View File

@ -102,7 +102,7 @@ Vector<MatchingRule> StyleResolver::collect_matching_rules(const DOM::Element& e
++rule_index;
});
++style_sheet_index;
});
});
return matching_rules;
}