1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:05:07 +00:00

LibWeb: Run clang-format on HTMLAreaElement.cpp

This commit is contained in:
Linus Groh 2021-10-03 21:40:37 +01:00
parent 1f7068ace9
commit 37784a85c0

View file

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