Skip to content

Commit 8ff2b10

Browse files
committed
lint
1 parent bd452b5 commit 8ff2b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iputils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var getIpAddresses = (function() {
8585

8686
var topSegment = address.substr(0, 4).toLowerCase();
8787
return ignoredTopSegments[topSegment] === undefined;
88-
}
88+
};
8989
}());
9090

9191
return function() {

0 commit comments

Comments
 (0)