summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/TableCellBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/TableCellBox.cpp')
-rw-r--r--Userland/Libraries/LibWeb/Layout/TableCellBox.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/TableCellBox.cpp b/Userland/Libraries/LibWeb/Layout/TableCellBox.cpp
index c8289c8f18..ba3e203ae5 100644
--- a/Userland/Libraries/LibWeb/Layout/TableCellBox.cpp
+++ b/Userland/Libraries/LibWeb/Layout/TableCellBox.cpp
@@ -20,9 +20,7 @@ TableCellBox::TableCellBox(DOM::Document& document, DOM::Element* element, CSS::
{
}
-TableCellBox::~TableCellBox()
-{
-}
+TableCellBox::~TableCellBox() = default;
size_t TableCellBox::colspan() const
{