Skip to content

Commit ec3b568

Browse files
committed
run formatter
1 parent a2e3a10 commit ec3b568

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/elixir_ls_debugger/test/variables_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,11 @@ defmodule ElixirLS.Debugger.VariablesTest do
192192

193193
test "port" do
194194
children = Variables.children(hd(:erlang.ports()), 0, 10)
195+
195196
case :os.type() do
196197
{:win32, _} ->
197198
assert children[:name] == '2/2'
199+
198200
_ ->
199201
assert children[:name] == 'forker'
200202
end

0 commit comments

Comments
 (0)