mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:28:11 +00:00
LibWeb: Remove extraneous semi-colon
This commit is contained in:
parent
39afbceb53
commit
2fadbe176e
1 changed files with 0 additions and 1 deletions
|
@ -179,7 +179,6 @@ protected:
|
|||
CSS::FlexBasisData flex_basis {};
|
||||
float flex_grow { InitialValues::flex_grow() };
|
||||
float flex_shrink { InitialValues::flex_shrink() };
|
||||
;
|
||||
CSS::AlignItems align_items { InitialValues::align_items() };
|
||||
CSS::JustifyContent justify_content { InitialValues::justify_content() };
|
||||
CSS::Overflow overflow_x { InitialValues::overflow() };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue