summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLTableCaptionElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLTableCaptionElement.cpp')
-rw-r--r--Userland/Libraries/LibWeb/HTML/HTMLTableCaptionElement.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLTableCaptionElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLTableCaptionElement.cpp
index b6f925ede6..542de9fda5 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLTableCaptionElement.cpp
+++ b/Userland/Libraries/LibWeb/HTML/HTMLTableCaptionElement.cpp
@@ -13,8 +13,6 @@ HTMLTableCaptionElement::HTMLTableCaptionElement(DOM::Document& document, DOM::Q
{
}
-HTMLTableCaptionElement::~HTMLTableCaptionElement()
-{
-}
+HTMLTableCaptionElement::~HTMLTableCaptionElement() = default;
}