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