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
+1 -3
View File
@@ -24,11 +24,10 @@ declare const window: any;
plugin: 'cordova-plugin-device',
pluginRef: 'device',
repo: 'https://github.com/apache/cordova-plugin-device',
platforms: ['Android', 'Browser', 'iOS', 'macOS', 'Windows']
platforms: ['Android', 'Browser', 'iOS', 'macOS', 'Windows'],
})
@Injectable()
export class Device extends IonicNativePlugin {
/** Get the version of Cordova running on the device. */
@CordovaProperty()
cordova: string;
@@ -63,5 +62,4 @@ export class Device extends IonicNativePlugin {
/** Get the device hardware serial number. */
@CordovaProperty()
serial: string;
}