Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jun 2, 2024
1 parent 401a7f8 commit 314e77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_sense/core/metadata_builder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@ defmodule ElixirSense.Core.MetadataBuilder do
end

# stepped range struct
def get_binding_type(_state, {:..//, _, [_, _, _]}) do
def get_binding_type(_state, {:"..//", _, [_, _, _]}) do
{:struct, [], {:atom, Range}}
end

Expand Down

0 comments on commit 314e77f

Please sign in to comment.