Skip to content

Commit 1341c95

Browse files
committed
format
1 parent 9140a54 commit 1341c95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/elixir_sense/core/compiler_test.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,17 +1025,20 @@ defmodule ElixirSense.Core.CompilerTest do
10251025
else
10261026
meta
10271027
end
1028+
10281029
{{:fn, meta, args}, state}
10291030

10301031
{:capture, meta, nil} = _node, state ->
10311032
# elixir changes the name to capture and does different counter tracking
10321033
meta = Keyword.delete(meta, :counter)
1034+
10331035
meta =
10341036
if Version.match?(System.version(), ">= 1.19.0-rc.0") do
10351037
Keyword.delete(meta, :capture)
10361038
else
10371039
meta
10381040
end
1041+
10391042
{{:capture, meta, nil}, state}
10401043

10411044
node, state ->

0 commit comments

Comments
 (0)