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
+2 -2
View File
@@ -39,7 +39,7 @@ import { Observable } from 'rxjs';
plugin: 'cordova-plugin-dbmeter',
pluginRef: 'DBMeter',
repo: 'https://github.com/akofman/cordova-plugin-dbmeter',
platforms: ['Android', 'iOS']
platforms: ['Android', 'iOS'],
})
@Injectable()
export class DBMeter extends IonicNativePlugin {
@@ -49,7 +49,7 @@ export class DBMeter extends IonicNativePlugin {
*/
@Cordova({
observable: true,
clearFunction: 'stop'
clearFunction: 'stop',
})
start(): Observable<any> {
return;