1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:47:34 +00:00

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

View file

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