mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Trivial cleanup.
Bug: 1459403 Reviewed-by: hiro MozReview-Commit-ID: K7zVYGiYAn6
This commit is contained in:
parent
92b856b70a
commit
99d4e7b65c
1 changed files with 4 additions and 4 deletions
|
@ -1503,10 +1503,10 @@ impl Animate for MatrixDecomposed2D {
|
|||
let matrix = self.matrix.animate(&other.matrix, procedure)?;
|
||||
|
||||
Ok(MatrixDecomposed2D {
|
||||
translate: translate,
|
||||
scale: scale,
|
||||
angle: angle,
|
||||
matrix: matrix,
|
||||
translate,
|
||||
scale,
|
||||
angle,
|
||||
matrix,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue