util.ip: Reflow module export table

This commit is contained in:
Kim Alvefur 2017-12-01 01:55:40 +01:00
parent af801d58cb
commit 2ba6041c32

View file

@ -250,7 +250,9 @@ local function match(ipA, ipB, bits)
return common_bits >= (bits or 128);
end
return {new_ip = new_ip,
return {
new_ip = new_ip,
commonPrefixLength = commonPrefixLength,
parse_cidr = parse_cidr,
match=match};
match = match,
};