refactor(lib): run prettier

This commit is contained in:
Daniel Sogl
2020-05-16 14:40:49 +02:00
parent f5133c691d
commit 511a02d50b
326 changed files with 3079 additions and 4092 deletions
@@ -28,7 +28,7 @@ import { Observable } from 'rxjs';
plugin: 'cordova-plugin-broadcaster',
pluginRef: 'broadcaster',
repo: 'https://github.com/bsorrentino/cordova-broadcaster',
platforms: ['Android', 'iOS', 'Browser']
platforms: ['Android', 'iOS', 'Browser'],
})
@Injectable()
export class Broadcaster extends IonicNativePlugin {
@@ -40,7 +40,7 @@ export class Broadcaster extends IonicNativePlugin {
@Cordova({
observable: true,
clearFunction: 'removeEventListener',
clearWithArgs: true
clearWithArgs: true,
})
addEventListener(eventName: string): Observable<any> {
return;