Skip to content

Commit 2a13773

Browse files
committed
fix: white spaces
1 parent 53cd218 commit 2a13773

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/imagepicker.ios.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class ImagePicker extends data_observable.Observable {
7979
this._imagePickerControllerDelegate._resolve = resolve;
8080
this._imagePickerControllerDelegate._reject = reject;
8181

82-
this.hostController.presentViewControllerAnimatedCompletion(this._imagePickerController, true, ()=>{
82+
this.hostController.presentViewControllerAnimatedCompletion(this._imagePickerController, true, () => {
8383
this._imagePickerController.delegate = this._imagePickerControllerDelegate;
8484
});
8585
});
@@ -130,4 +130,3 @@ export class ImagePickerControllerDelegate extends NSObject implements QBImagePi
130130
export function create(options?: Options, hostView?: View): ImagePicker {
131131
return new ImagePicker(options, hostView);
132132
}
133-

0 commit comments

Comments
 (0)