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
+4 -3
View File
@@ -11,11 +11,12 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
plugin: 'cordova-plugin-quikkly',
pluginRef: 'cordova.plugins.quikkly',
repo: 'https://github.com/quikkly/cordova-plugin-quikkly.git',
platforms: ['Android', 'iOS']
platforms: ['Android', 'iOS'],
})
@Injectable()
export class QuikklyPlugin extends IonicNativePlugin {
@Cordova()
openScanner(): Promise<string[]> { return ; }
openScanner(): Promise<string[]> {
return;
}
}