Skip to content

Commit

Permalink
remove not needed alias
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Oct 24, 2023
1 parent 2395383 commit 4641993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/elixir_sense/core/surround_context.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
defmodule ElixirSense.Core.SurroundContext do
@moduledoc false
alias ElixirSense.Core.Introspection

def to_binding({:alias, charlist}, _current_module) do
{{:atom, :"Elixir.#{charlist}"}, nil}
Expand Down

0 comments on commit 4641993

Please sign in to comment.