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
@@ -24,7 +24,7 @@ import { Observable } from 'rxjs';
plugin: 'cordova-plugin-shake',
pluginRef: 'shake',
repo: 'https://github.com/leecrossley/cordova-plugin-shake',
platforms: ['iOS']
platforms: ['iOS'],
})
@Injectable()
export class Shake extends IonicNativePlugin {
@@ -37,7 +37,7 @@ export class Shake extends IonicNativePlugin {
observable: true,
clearFunction: 'stopWatch',
successIndex: 0,
errorIndex: 2
errorIndex: 2,
})
startWatch(sensitivity?: number): Observable<any> {
return;