mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclaration
This commit is contained in:
committed by
Linus Groh
parent
6e24d845e0
commit
baac3ba60c
Notes:
sideshowbarker
2024-07-17 18:46:57 +09:00
Author: https://github.com/networkException Commit: https://github.com/SerenityOS/serenity/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
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user