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
@@ -46,7 +46,7 @@ export interface OpenALPRResult {
plugin: 'cordova-plugin-openalpr',
pluginRef: 'cordova.plugins.OpenALPR',
repo: 'https://github.com/iMicknl/cordova-plugin-openalpr',
platforms: ['Android', 'iOS']
platforms: ['Android', 'iOS'],
})
@Injectable()
export class OpenALPR extends IonicNativePlugin {
@@ -58,7 +58,7 @@ export class OpenALPR extends IonicNativePlugin {
IN: 'in',
KR2: 'kr2',
US: 'us',
VN2: 'vn2'
VN2: 'vn2',
};
/**