Skip to content

Commit 9f38cc1

Browse files
committed
fix formatting
1 parent 8669b6d commit 9f38cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/image_picker/image_picker_ios/ios/image_picker_ios/Sources/image_picker_ios/FLTPHPickerSaveImageToPathOperation.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ - (void)processImage:(NSData *)pickerImageData API_AVAILABLE(ios(14)) {
137137
// maxWidth and maxHeight are used only for GIF images.
138138
NSString *savedPath =
139139
[FLTImagePickerPhotoAssetUtil saveImageWithOriginalImageData:pickerImageData
140-
image:localImage
140+
image:localImage
141141
maxWidth:self.maxWidth
142-
maxHeight:self.maxHeight
142+
maxHeight:self.maxHeight
143143
imageQuality:self.desiredImageQuality];
144144
[self completeOperationWithPath:savedPath error:nil];
145145
}

0 commit comments

Comments
 (0)