mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Rustfmt.
This commit is contained in:
parent
c4ad61faa5
commit
80dae5bc59
28 changed files with 145 additions and 107 deletions
|
@ -52,7 +52,7 @@ unsafe fn get_class_or_part_from_attr(attr: &structs::nsAttrValue) -> Class {
|
|||
.mAtomArray
|
||||
.as_ref();
|
||||
let array = array as *const structs::nsTArray<structs::RefPtr<nsAtom>>;
|
||||
return Class::More(&**array)
|
||||
return Class::More(&**array);
|
||||
}
|
||||
debug_assert_eq!(base_type, structs::nsAttrValue_ValueBaseType_eStringBase);
|
||||
Class::None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue