From dd072964aefbaa7be9e17b4f4a9effe89bb8fa4f Mon Sep 17 00:00:00 2001 From: Rachel Fae Fox Date: Thu, 10 Nov 2022 10:33:36 -0500 Subject: [PATCH] mix format run --- lib/splitter.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/splitter.ex b/lib/splitter.ex index 8a746ef..b0eb1b1 100755 --- a/lib/splitter.ex +++ b/lib/splitter.ex @@ -8,6 +8,7 @@ defmodule Discordirc.ByteSplit do @doc """ split a string into a number `bytes`, optionally subtracting a number of `hold` bytes for prefix/suffix """ + def byte_split(str, bytes, hold \\ 0) do case byte_size(str) do n when is_integer(n) and n > bytes ->