Skip to content

Commit

Permalink
Fix unmatched return warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Mar 19, 2023
1 parent c13a56f commit 48bdc32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.12.2
erlang 24.0.5
elixir 1.14.3-otp-25
erlang 25.2.2
2 changes: 1 addition & 1 deletion lib/dialyxir/project.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Dialyxir.Project do

def cons_apps do
# compile & load all deps paths
Mix.Tasks.Deps.Loadpaths.run([])
_ = Mix.Tasks.Deps.Loadpaths.run([])
# compile & load current project paths
Mix.Task.run("compile")
apps = plt_apps() || plt_add_apps() ++ include_deps()
Expand Down

0 comments on commit 48bdc32

Please sign in to comment.