Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
WenHaozhan committed Nov 27, 2024
1 parent d58afb8 commit 1e26223
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ - (void)processImage:(NSData *)pickerImageData API_AVAILABLE(ios(14)) {
// maxWidth and maxHeight are used only for GIF images.
NSString *savedPath =
[FLTImagePickerPhotoAssetUtil saveImageWithOriginalImageData:pickerImageData
image:localImage
image:localImage
maxWidth:self.maxWidth
maxHeight:self.maxHeight
maxHeight:self.maxHeight
imageQuality:self.desiredImageQuality];
[self completeOperationWithPath:savedPath error:nil];
}
Expand Down

0 comments on commit 1e26223

Please sign in to comment.