diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLDirectoryElement.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/HTMLDirectoryElement.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLDirectoryElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLDirectoryElement.cpp index bd0782c88f..c75726db6d 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLDirectoryElement.cpp +++ b/Userland/Libraries/LibWeb/HTML/HTMLDirectoryElement.cpp @@ -13,8 +13,5 @@ HTMLDirectoryElement::HTMLDirectoryElement(DOM::Document& document, DOM::Qualifi { } -HTMLDirectoryElement::~HTMLDirectoryElement() -{ -} - +HTMLDirectoryElement::~HTMLDirectoryElement() = default; } |