diff --git a/src/@ionic-native/plugins/file-picker/index.ts b/src/@ionic-native/plugins/file-picker/index.ts index 476446f65..d480204cc 100644 --- a/src/@ionic-native/plugins/file-picker/index.ts +++ b/src/@ionic-native/plugins/file-picker/index.ts @@ -6,7 +6,7 @@ export interface IOSFilePickerPosition { y: number; width: number; height: number; -}; +} /** * @name iOS File Picker diff --git a/src/@ionic-native/plugins/web-intent/index.ts b/src/@ionic-native/plugins/web-intent/index.ts index 94f54e5af..eeffa0d73 100644 --- a/src/@ionic-native/plugins/web-intent/index.ts +++ b/src/@ionic-native/plugins/web-intent/index.ts @@ -19,7 +19,7 @@ export interface IntentOptions { class: string; }; flags?: number[]; -}; +} /** * @name Web Intent