Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Jul 18, 2024
1 parent 2350109 commit e1afe61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ocaml-lsp-server/test/e2e-new/documentation.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ module Util = struct
Client.request client req
;;

let print_documentation result =
Test.print_result result
;;
let print_documentation result = Test.print_result result

let test ~line ~character ?identifier ?contentFormat source =
let position = Position.create ~character ~line in
Expand Down

0 comments on commit e1afe61

Please sign in to comment.