diff --git a/lib/bundlex/loader.ex b/lib/bundlex/loader.ex index 4424c86..c279b06 100644 --- a/lib/bundlex/loader.ex +++ b/lib/bundlex/loader.ex @@ -60,7 +60,9 @@ defmodule Bundlex.Loader do quote do def unquote(fun) do - :erlang.nif_error "Nif fail: #{unquote(module)}.#{unquote(name)}/#{length(unquote(args))}" + :erlang.nif_error( + "Nif fail: #{unquote(module)}.#{unquote(name)}/#{length(unquote(args))}" + ) end end end)