Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 3921f8d

Browse files
committed
Fix formatting
1 parent f60f73d commit 3921f8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/image_picker/image_picker/ios/Classes/FLTImagePickerPlugin_Test.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
* Implementation of this method is optional, but expected.
3838
*
3939
* @param picker The controller object managing the image picker interface.
40-
*/- (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker;
40+
*/
41+
-(void)imagePickerControllerDidCancel : (UIImagePickerController *)picker;
4142

4243
@end

0 commit comments

Comments
 (0)