Fix formatting

Signed-off-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
Keith Yeung 2025-05-05 16:40:02 +08:00
parent 547071d298
commit a3297c5f4f
No known key found for this signature in database
GPG key ID: DD73326AA79455C8

View file

@ -5,7 +5,8 @@
use dom_struct::dom_struct;
use html5ever::{LocalName, Prefix, local_name, ns};
use js::rust::HandleObject;
use style::{attr::AttrValue, str::HTML_SPACE_CHARACTERS};
use style::attr::AttrValue;
use style::str::HTML_SPACE_CHARACTERS;
use crate::dom::attr::Attr;
use crate::dom::bindings::codegen::Bindings::HTMLMetaElementBinding::HTMLMetaElementMethods;