mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
style: Cargo fix + ./mach fmt.
This commit is contained in:
parent
48ce20b6fe
commit
155caba595
9 changed files with 21 additions and 19 deletions
|
@ -1133,7 +1133,8 @@ impl Stylist {
|
|||
applicable_declarations,
|
||||
context,
|
||||
flags_setter,
|
||||
).collect_all();
|
||||
)
|
||||
.collect_all();
|
||||
}
|
||||
|
||||
/// Given an id, returns whether there might be any rules for that id in any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue