summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-10-03 21:40:37 +0100
committerLinus Groh <mail@linusgroh.de>2021-10-03 21:40:37 +0100
commit37784a85c0e71c4728899240a081440adb49bc00 (patch)
treef14b63cd46d93be8386b03611940c78c4466e4ac /Userland
parent1f7068ace975bb40f48ce659679d7d14a8f5e756 (diff)
downloadserenity-37784a85c0e71c4728899240a081440adb49bc00.zip
LibWeb: Run clang-format on HTMLAreaElement.cpp
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Libraries/LibWeb/HTML/HTMLAreaElement.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLAreaElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLAreaElement.cpp
index 88c9b5ca15..e5e95d0be4 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLAreaElement.cpp
+++ b/Userland/Libraries/LibWeb/HTML/HTMLAreaElement.cpp
@@ -17,7 +17,6 @@ HTMLAreaElement::~HTMLAreaElement()
{
}
-
void HTMLAreaElement::parse_attribute(FlyString const& name, String const& value)
{
HTMLElement::parse_attribute(name, value);