We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ef0d8 commit 45e7811Copy full SHA for 45e7811
lib/diff/hex/behaviour.ex
@@ -2,4 +2,3 @@ defmodule Diff.Hex.Behaviour do
2
@callback diff(package :: String.t(), from :: String.t(), to :: String.t()) ::
3
{:ok, Enumerable.t()} | :error
4
end
5
-
0 commit comments