From 8ff2b109c14ac3f89bf90a9d0efe030b7e5965e8 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sun, 22 May 2016 19:01:10 +0900 Subject: [PATCH] lint --- lib/iputils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iputils.js b/lib/iputils.js index e71bac0d..519fd28c 100644 --- a/lib/iputils.js +++ b/lib/iputils.js @@ -85,7 +85,7 @@ var getIpAddresses = (function() { var topSegment = address.substr(0, 4).toLowerCase(); return ignoredTopSegments[topSegment] === undefined; - } + }; }()); return function() {