We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ee34e commit 24f60adCopy full SHA for 24f60ad
apps/expert/lib/expert/transport/std_io.ex
@@ -82,9 +82,8 @@ defmodule Expert.Transport.StdIO do
82
end
83
84
defp dump_lsp(%module{} = item) do
85
- with {:ok, item} <- Convert.to_lsp(item),
86
- {:ok, item} <- Schematic.dump(module.schematic(), item) do
87
- {:ok, item}
+ with {:ok, item} <- Convert.to_lsp(item) do
+ Schematic.dump(module.schematic(), item)
88
89
90
0 commit comments