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 -2
View File
@@ -41,7 +41,7 @@ import { CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
plugin: 'cordova-plugin-uid',
pluginRef: 'cordova.plugins.uid',
repo: 'https://github.com/lionelhe/cordova-plugin-uid',
platforms: ['Android']
platforms: ['Android'],
})
@Injectable()
export class Uid extends IonicNativePlugin {
@@ -64,5 +64,4 @@ export class Uid extends IonicNativePlugin {
/** Get the Media Access Control address (MAC). */
@CordovaProperty()
MAC: string;
}