mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
LibWeb: Run clang-format on HTMLAreaElement.cpp
This commit is contained in:
parent
1f7068ace9
commit
37784a85c0
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ HTMLAreaElement::~HTMLAreaElement()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void HTMLAreaElement::parse_attribute(FlyString const& name, String const& value)
|
void HTMLAreaElement::parse_attribute(FlyString const& name, String const& value)
|
||||||
{
|
{
|
||||||
HTMLElement::parse_attribute(name, value);
|
HTMLElement::parse_attribute(name, value);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue