mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
Formatting
This commit is contained in:
parent
262e57e7c2
commit
55a28825a3
1 changed files with 11 additions and 11 deletions
|
|
@ -576,7 +576,7 @@ module Make (IO : IO) = struct
|
||||||
(** Called when the document changes. *)
|
(** Called when the document changes. *)
|
||||||
|
|
||||||
method on_notif_doc_did_save ~notify_back:(_ : notify_back)
|
method on_notif_doc_did_save ~notify_back:(_ : notify_back)
|
||||||
(_params : DidSaveTextDocumentParams.t ) : unit IO.t =
|
(_params : DidSaveTextDocumentParams.t) : unit IO.t =
|
||||||
IO.return ()
|
IO.return ()
|
||||||
|
|
||||||
method on_unknown_notification ~notify_back:(_ : notify_back)
|
method on_unknown_notification ~notify_back:(_ : notify_back)
|
||||||
|
|
@ -703,8 +703,8 @@ module Make (IO : IO) = struct
|
||||||
| Lsp.Client_notification.DidSaveTextDocument params ->
|
| Lsp.Client_notification.DidSaveTextDocument params ->
|
||||||
let notify_back =
|
let notify_back =
|
||||||
new notify_back
|
new notify_back
|
||||||
~workDoneToken:None ~partialResultToken:None ~uri:params.textDocument.uri
|
~workDoneToken:None ~partialResultToken:None
|
||||||
~notify_back ~server_request ()
|
~uri:params.textDocument.uri ~notify_back ~server_request ()
|
||||||
in
|
in
|
||||||
|
|
||||||
async self (fun () ->
|
async self (fun () ->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue