Skip to content

Commit

Permalink
add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jan 21, 2024
1 parent 848a50f commit d10ce2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ defmodule ElixirLS.LanguageServer.Providers.Hover do
alias ElixirLS.LanguageServer.{SourceFile, DocLinks, Parser}
import ElixirLS.LanguageServer.Protocol
alias ElixirLS.LanguageServer.MarkdownUtils
require Logger

@moduledoc """
textDocument/hover provider utilizing Elixir Sense
Expand Down

0 comments on commit d10ce2c

Please sign in to comment.