Skip to content

Commit a4100e6

Browse files
committed
spaces
1 parent 181bd1f commit a4100e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

analysis/src/Commands.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ let definition ~path ~line ~col =
122122
Protocol.stringifyLocation
123123
{uri = Uri2.toString uri2; range = Utils.cmtLocToRange loc}))
124124
in
125-
126125
print_endline result
127126

128127
let references ~path ~line ~col =
@@ -154,7 +153,6 @@ let references ~path ~line ~col =
154153
in
155154
"[\n" ^ (allLocs |> String.concat ",\n") ^ "\n]")
156155
in
157-
158156
print_endline result
159157

160158
let documentSymbol ~path =

0 commit comments

Comments
 (0)