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 -6
View File
@@ -35,7 +35,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
repo: 'https://github.com/don/cordova-plugin-hce',
install: '',
installVariables: ['AID_FILTER'],
platforms: ['Android']
platforms: ['Android'],
})
@Injectable()
export class HCE extends IonicNativePlugin {
@@ -68,11 +68,7 @@ export class HCE extends IonicNativePlugin {
*
*/
@Cordova()
sendResponse(
response: Uint8Array,
success?: Function,
failure?: Function
): void {
sendResponse(response: Uint8Array, success?: Function, failure?: Function): void {
return; // We add return; here to avoid any IDE / Compiler errors
}
}