diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLSlotElement.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/HTMLSlotElement.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLSlotElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLSlotElement.cpp index 0633a12447..e3c72331df 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLSlotElement.cpp +++ b/Userland/Libraries/LibWeb/HTML/HTMLSlotElement.cpp @@ -13,8 +13,6 @@ HTMLSlotElement::HTMLSlotElement(DOM::Document& document, DOM::QualifiedName qua { } -HTMLSlotElement::~HTMLSlotElement() -{ -} +HTMLSlotElement::~HTMLSlotElement() = default; } |