mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
style: rustfmt recent changes.
This commit is contained in:
parent
069c0b06de
commit
1af30fa0c9
9 changed files with 62 additions and 23 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue