Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bblaszkow06 committed Nov 2, 2021
1 parent dc10dff commit b81e2f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/bundlex/loader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b81e2f5

Please sign in to comment.