diff --git a/src/@ionic-native/plugins/network-interface/index.ts b/src/@ionic-native/plugins/network-interface/index.ts index bddfe3a2e..7a68fb12a 100644 --- a/src/@ionic-native/plugins/network-interface/index.ts +++ b/src/@ionic-native/plugins/network-interface/index.ts @@ -1,7 +1,3 @@ -/** - * Network Interface Plugin - * - */ import { Injectable } from '@angular/core'; import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core'; @@ -36,8 +32,10 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core'; export class NetworkInterface extends IonicNativePlugin { @Cordova() - getIPAddress(): Promise { return; } - + getIPAddress(): Promise { + return; + } + /** * Gets the WiFi IP address * @param success {Function} Callback used when successful