mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Fix tidy issues.
This commit is contained in:
parent
28719f2455
commit
273705d7fb
6 changed files with 17 additions and 32 deletions
|
@ -472,7 +472,7 @@ macro_rules! malloc_size_of_hash_set {
|
|||
n
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
malloc_size_of_hash_set!(std::collections::HashSet<T, S>);
|
||||
|
@ -513,7 +513,7 @@ macro_rules! malloc_size_of_hash_map {
|
|||
n
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
malloc_size_of_hash_map!(std::collections::HashMap<K, V, S>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue