Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Nov 26, 2023
1 parent 26b2bf2 commit 5dc058f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ocaml-lsp-server/bench/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(executables
(names ocaml_lsp_bench)
(enabled_if (= %{profile} bench))
(enabled_if
(= %{profile} bench))
(libraries
ocaml_lsp_server
core_unix.command_unix
Expand Down
4 changes: 1 addition & 3 deletions ocaml-lsp-server/test/e2e-new/lsp_helpers.mli
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ val openDocument :
val iter_LspResponse :
?prep:(unit Client.t -> unit Fiber.t)
-> ?path:string
-> makeRequest:
( TextDocumentIdentifier.t
-> 'a Client.out_request)
-> makeRequest:(TextDocumentIdentifier.t -> 'a Client.out_request)
-> source:string
-> ('a -> unit)
-> unit

0 comments on commit 5dc058f

Please sign in to comment.