mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Rustfmt recent changes.
This commit is contained in:
parent
1754c832d8
commit
071ce6f345
22 changed files with 210 additions and 163 deletions
|
@ -173,7 +173,7 @@ impl ValidationData {
|
|||
E: TElement,
|
||||
{
|
||||
if !element.has_part_attr() {
|
||||
return &[]
|
||||
return &[];
|
||||
}
|
||||
self.part_list.get_or_insert_with(|| {
|
||||
let mut list = SmallVec::<[Atom; 5]>::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue