Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 22, 2016
1 parent bd452b5 commit 8ff2b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iputils.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var getIpAddresses = (function() {

var topSegment = address.substr(0, 4).toLowerCase();
return ignoredTopSegments[topSegment] === undefined;
}
};
}());

return function() {
Expand Down

0 comments on commit 8ff2b10

Please sign in to comment.