Skip to content

Commit

Permalink
fix(local-notifications): fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz an Mey committed Mar 22, 2018
1 parent e5034bf commit 8a26377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/local-notifications/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -677,5 +677,5 @@ export class LocalNotifications extends IonicNativePlugin {
* @returns {Promise<any>}
*/
@Cordova()
fireQueuedEvents(): Promise<any>{ return; }
fireQueuedEvents(): Promise<any> { return; }
}

0 comments on commit 8a26377

Please sign in to comment.