From 9e6f178378a50ca8de52411e62f36bb9dfd10c15 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Fri, 8 Dec 2017 14:51:03 -0500 Subject: [PATCH] chore(): lint --- src/@ionic-native/plugins/network-interface/index.ts | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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