Skip to content

Commit

Permalink
Merge pull request #17 from simplifi/dialyzer-fix
Browse files Browse the repository at this point in the history
Fix dialyzer warning
  • Loading branch information
joshuawscott authored Sep 1, 2022
2 parents 5f1c51e + 0904dc1 commit 5b657d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pay_day_loan/cache_generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ defmodule PayDayLoan.CacheGenerator do
def query_load_state(key), do: PayDayLoan.query_load_state(pdl(), key)

@doc "Wraps `PayDayLoan.supervisor_specification/1`"
@spec supervisor_specification() :: Supervisor.Spec.spec()
@spec supervisor_specification() :: Supervisor.child_spec()
def supervisor_specification do
PayDayLoan.supervisor_specification(pdl())
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PayDayLoan.Mixfile do
def project do
[
app: :pay_day_loan,
version: "0.7.0",
version: "0.7.1",
description: description(),
package: package(),
elixir: "~> 1.7",
Expand Down

0 comments on commit 5b657d3

Please sign in to comment.