Skip to content

Commit d99a1a1

Browse files
NickFacebook Github Bot 2
authored andcommitted
CHORE - Remove Trailing Spaces
Summary:Remove Trailing Spaces. Why: Sometimes there are conflicts with trailing spaces Saves space Those whose tools automatically delete them will have their pr watered down with trailing space removal Closes facebook/react-native#6787 Differential Revision: D3144704 fb-gh-sync-id: d8a62f115a3f8a8a49d5b07f56c540a02af38cf8 fbshipit-source-id: d8a62f115a3f8a8a49d5b07f56c540a02af38cf8
1 parent b1a836c commit d99a1a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ImageEditor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type ImageCropData = {
2828
*/
2929
size: {
3030
width: number;
31-
height: number;
31+
height: number;
3232
};
3333
/**
3434
* (Optional) size to scale the cropped image to.
@@ -52,7 +52,7 @@ class ImageEditor {
5252
/**
5353
* Crop the image specified by the URI param. If URI points to a remote
5454
* image, it will be downloaded automatically. If the image cannot be
55-
* loaded/downloaded, the failure callback will be called.
55+
* loaded/downloaded, the failure callback will be called.
5656
*
5757
* If the cropping process is successful, the resultant cropped image
5858
* will be stored in the ImageStore, and the URI returned in the success

0 commit comments

Comments
 (0)