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
@@ -50,7 +50,6 @@ export const enum TYPE_SENSOR {
})
@Injectable()
export class Sensors extends IonicNativePlugin {
/**
* This function enables the sensor
* @param {string} TYPE_SENSOR Specify the sensor to enable
@@ -78,5 +77,4 @@ export class Sensors extends IonicNativePlugin {
getState(): Promise<any> {
return;
}
}