mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix indentation errors in servo rust code that tidy now finds.
This commit is contained in:
parent
57e74542ee
commit
fc34b9a14d
19 changed files with 127 additions and 127 deletions
|
@ -37,7 +37,7 @@ impl DOMMatrixReadOnly {
|
|||
reflector_: Reflector::new(),
|
||||
matrix: DOMRefCell::new(matrix),
|
||||
is2D: Cell::new(is2D),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// https://drafts.fxtf.org/geometry-1/#dom-dommatrixreadonly-dommatrixreadonly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue