Skip to content

Commit

Permalink
Fix warning on build in Elixir 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ravern committed Jul 29, 2019
1 parent c5710c0 commit a5abcc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/gollum/cache.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ defmodule Gollum.Cache do
@force false
@fetcher Gollum.Fetcher

def init(init_arg) do
{:ok, init_arg}
end

@doc """
Starts up the cache.
Expand Down

0 comments on commit a5abcc8

Please sign in to comment.