mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclaration
This commit is contained in:
parent
6e24d845e0
commit
baac3ba60c
Notes:
sideshowbarker
2024-07-17 18:46:57 +09:00
Author: https://github.com/networkException
Commit: baac3ba60c
Pull-request: https://github.com/SerenityOS/serenity/pull/14472
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/nico
1 changed files with 0 additions and 1 deletions
|
@ -420,7 +420,6 @@ Optional<StyleProperty> ResolvedCSSStyleDeclaration::property(PropertyID propert
|
|||
.property_id = property_id,
|
||||
.value = style->property(property_id),
|
||||
};
|
||||
return {};
|
||||
}
|
||||
|
||||
auto& layout_node = *m_element->layout_node();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue