style: Trivial cleanup.

Bug: 1459403
Reviewed-by: hiro
MozReview-Commit-ID: K7zVYGiYAn6
This commit is contained in:
Emilio Cobos Álvarez 2018-05-26 23:35:52 +02:00
parent 92b856b70a
commit 99d4e7b65c
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -1503,10 +1503,10 @@ impl Animate for MatrixDecomposed2D {
let matrix = self.matrix.animate(&other.matrix, procedure)?; let matrix = self.matrix.animate(&other.matrix, procedure)?;
Ok(MatrixDecomposed2D { Ok(MatrixDecomposed2D {
translate: translate, translate,
scale: scale, scale,
angle: angle, angle,
matrix: matrix, matrix,
}) })
} }
} }