Skip to content

Commit

Permalink
LibWeb: Fix clang-format issue in CSS/StyleResolver.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Mar 7, 2021
1 parent 30b957e commit e6f8866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Userland/Libraries/LibWeb/CSS/StyleResolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Vector<MatchingRule> StyleResolver::collect_matching_rules(const DOM::Element& e
++rule_index;
});
++style_sheet_index;
});
});

return matching_rules;
}
Expand Down

0 comments on commit e6f8866

Please sign in to comment.