From 363e27f063674c327e58f129eaea244b4c89d0c3 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 9 Jun 2024 12:40:26 -0400 Subject: [PATCH] mix format --- lib/philomena_query/ip_mask.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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