Skip to content

Commit

Permalink
Fix formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
NJichev committed Feb 17, 2024
1 parent 86c5893 commit 2385c9c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/next_ls/code_actionable.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ defmodule NextLS.CodeActionable do
defmodule Data do
@moduledoc false
defstruct [:diagnostic, :uri, :document]

@type t :: %__MODULE__{
diagnostic: Diagnostic.t(),
uri: String.t(),
document: String.t()
}
diagnostic: Diagnostic.t(),
uri: String.t(),
document: String.t()
}
end

@callback from(diagnostic :: Data.t()) :: [CodeAction.t()]
Expand Down

0 comments on commit 2385c9c

Please sign in to comment.