Skip to content

Commit

Permalink
fix initial value
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Aug 29, 2023
1 parent 59e4c96 commit 53f9fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_sense/core/state.ex
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ defmodule ElixirSense.Core.State do
module_variants: [],
# NOTE for protocol implementation this will be the first variant
protocol: nil,
protocol_variants: nil,
protocol_variants: [],
vars: [],
attributes: [],
behaviours: [],
Expand Down

0 comments on commit 53f9fea

Please sign in to comment.