summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/Progress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/Progress.cpp')
-rw-r--r--Userland/Libraries/LibWeb/Layout/Progress.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/Progress.cpp b/Userland/Libraries/LibWeb/Layout/Progress.cpp
index f8661793a3..d081e14897 100644
--- a/Userland/Libraries/LibWeb/Layout/Progress.cpp
+++ b/Userland/Libraries/LibWeb/Layout/Progress.cpp
@@ -15,9 +15,7 @@ Progress::Progress(DOM::Document& document, HTML::HTMLProgressElement& element,
set_intrinsic_height(12);
}
-Progress::~Progress()
-{
-}
+Progress::~Progress() = default;
RefPtr<Painting::Paintable> Progress::create_paintable() const
{