Skip to content

Commit 48bdc32

Browse files
committed
Fix unmatched return warning.
1 parent c13a56f commit 48bdc32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.tool-versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.12.2
2-
erlang 24.0.5
1+
elixir 1.14.3-otp-25
2+
erlang 25.2.2

lib/dialyxir/project.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule Dialyxir.Project do
4242

4343
def cons_apps do
4444
# compile & load all deps paths
45-
Mix.Tasks.Deps.Loadpaths.run([])
45+
_ = Mix.Tasks.Deps.Loadpaths.run([])
4646
# compile & load current project paths
4747
Mix.Task.run("compile")
4848
apps = plt_apps() || plt_add_apps() ++ include_deps()

0 commit comments

Comments
 (0)