fix(local-notifications): fixed linting errors

This commit is contained in:
Lorenz an Mey
2018-03-22 17:18:44 +01:00
parent e5034bf827
commit 8a2637789f
2 changed files with 2 additions and 2 deletions
@@ -677,5 +677,5 @@ export class LocalNotifications extends IonicNativePlugin {
* @returns {Promise<any>}
*/
@Cordova()
fireQueuedEvents(): Promise<any>{ return; }
fireQueuedEvents(): Promise<any> { return; }
}