Skip to content

Commit

Permalink
i want an underscore there.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhgg committed Feb 6, 2018
1 parent 8ed150d commit a089aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manifold.ex
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule Manifold do
def partitioner_for(0), do: Manifold.Partitioner
for partitioner_id <- (1..@max_partitioners - 1) do
def partitioner_for(unquote(partitioner_id)) do
unquote(:"Manifold.Partitioner#{partitioner_id}")
unquote(:"Manifold.Partitioner_#{partitioner_id}")
end
end
end

0 comments on commit a089aa8

Please sign in to comment.