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
@@ -36,7 +36,6 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
})
@Injectable()
export class NetworkInterface extends IonicNativePlugin {
/**
* Gets the WiFi IP address
* @return {Promise<any>} Returns a Promise that resolves with the IP address information.
@@ -64,5 +63,4 @@ export class NetworkInterface extends IonicNativePlugin {
getHttpProxyInformation(url: string): Promise<any> {
return;
}
}