1
Fork 0
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:
Timothy Flynn 2021-10-29 08:38:16 -04:00 committed by Andreas Kling
parent 39afbceb53
commit 2fadbe176e

View file

@ -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() };