mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix formatting
Signed-off-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
parent
547071d298
commit
a3297c5f4f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue