Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
biletskyy committed Sep 15, 2023
1 parent 488b943 commit 5c1e17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/next_ls/ast_helpers.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NextLS.ASTHelpers do
@moduledoc false

@spec get_attribute_reference_name(String.t(), integer(), integer()) :: String.t()
@spec get_attribute_reference_name(String.t(), integer(), integer()) :: String.t() | nil
def get_attribute_reference_name(file, line, column) do
ast = ast_from_file(file)

Expand Down

0 comments on commit 5c1e17b

Please sign in to comment.