diff --git a/lib/philomena_query/ip_mask.ex b/lib/philomena_query/ip_mask.ex index 6bf7c192..bbcd160b 100644 --- a/lib/philomena_query/ip_mask.ex +++ b/lib/philomena_query/ip_mask.ex @@ -96,7 +96,7 @@ defmodule PhilomenaQuery.IpMask do defp apply_mask(ip, mask) when is_binary(ip) do # Truncate bit size of ip to mask length and zero-fill the remainder - <> + <> end defp list_to_bits(list, unit_length) do