mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
style: Reformat recent changes.
This commit is contained in:
parent
9a8cee2800
commit
5aeab7adb1
17 changed files with 70 additions and 53 deletions
|
@ -76,7 +76,11 @@ impl OriginSet {
|
|||
/// See the `OriginSet` documentation for information about the order
|
||||
/// origins are iterated.
|
||||
pub fn iter(&self) -> OriginSetIterator {
|
||||
OriginSetIterator { set: *self, cur: 0, rev: false }
|
||||
OriginSetIterator {
|
||||
set: *self,
|
||||
cur: 0,
|
||||
rev: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue