Skip to content

Commit fe7965e

Browse files
committed
doc: specify text_diff_format opts
1 parent 53f66f4 commit fe7965e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/language_server/lib/language_server/mix_tasks

apps/language_server/lib/language_server/mix_tasks/format.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ defmodule Mix.Tasks.ElixirLSFormat do
859859
end
860860

861861
@doc false
862-
@spec text_diff_format(String.t(), String.t()) :: iolist()
862+
@spec text_diff_format(String.t(), String.t(), keyword()) :: iolist()
863863
def text_diff_format(old, new, opts \\ [])
864864

865865
def text_diff_format(code, code, _opts), do: []

0 commit comments

Comments
 (0)