style: rustfmt recent changes.

This commit is contained in:
Emilio Cobos Álvarez 2019-06-29 21:44:35 +02:00
parent 069c0b06de
commit 1af30fa0c9
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
9 changed files with 62 additions and 23 deletions

View file

@ -35,7 +35,12 @@ impl nsStyleImage {
// Set CropRect
let ref mut rect = *self.mCropRect.mPtr;
*rect = Rect(image_rect.top, image_rect.right, image_rect.bottom, image_rect.left);
*rect = Rect(
image_rect.top,
image_rect.right,
image_rect.bottom,
image_rect.left,
);
}
},
GenericImage::Element(ref element) => unsafe {