1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

LibWeb: Run clang-format on FormattingContext.h

This commit is contained in:
Andreas Kling 2020-11-22 14:40:55 +01:00
parent e1a24edfa9
commit 85859544fa

View file

@ -37,7 +37,6 @@ public:
LayoutBox& context_box() { return m_context_box; }
const LayoutBox& context_box() const { return m_context_box; }
protected:
FormattingContext(LayoutBox&);
virtual ~FormattingContext();