Add missing defoverridable for Reader.encode!/1

This commit is contained in:
Marcel Otto 2018-08-31 01:14:11 +02:00
parent 598fd731e6
commit be390adaea

View file

@ -35,6 +35,7 @@ defmodule RDF.Serialization.Encoder do
end
end
defoverridable [encode!: 1]
defoverridable [encode!: 2]
end
end