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
@@ -40,7 +40,6 @@ import { Observable } from 'rxjs';
})
@Injectable()
export class EmmAppConfig extends IonicNativePlugin {
/**
* Get value from the Emm application configuration.
* @param configKey {string} Key of the value to get, or null to get all the values as an object.
@@ -57,5 +56,4 @@ export class EmmAppConfig extends IonicNativePlugin {
@Cordova({ observable: true }) registerChangedListener(): Observable<void> {
return;
}
}