Skip to content

Commit

Permalink
Modify the behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedijkstra committed Nov 24, 2017
1 parent c73c043 commit 995afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_cell/adapter.ex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
defmodule ExCell.Adapter do
@callback container(Map.t, List.t, term) :: {:safe, List.t}
@callback container(Map.t) :: {:safe, List.t}
end

0 comments on commit 995afc1

Please sign in to comment.