LibWeb: Run clang-format on HTMLAreaElement.cpp

This commit is contained in:
Linus Groh 2021-10-03 21:40:37 +01:00
commit 37784a85c0
Notes: sideshowbarker 2024-07-18 03:06:44 +09:00

View file

@ -17,7 +17,6 @@ HTMLAreaElement::~HTMLAreaElement()
{
}
void HTMLAreaElement::parse_attribute(FlyString const& name, String const& value)
{
HTMLElement::parse_attribute(name, value);