Skip to content

Commit 297150d

Browse files
committed
refactor: make fmt
ps-id: 0B6D389F-7822-446E-9934-249125F056DA
1 parent 88d6738 commit 297150d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lsp/test/uri_tests.ml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ let test_uri_parsing =
1717

1818
let%expect_test "test uri parsing" =
1919
test_uri_parsing [ "file:///Users/foo"; "file:///c:/Users/foo" ];
20-
[%expect {|
20+
[%expect
21+
{|
2122
Unix:
2223
file:///Users/foo -> /Users/foo
2324
file:///c:/Users/foo -> /c:/Users/foo
@@ -34,7 +35,8 @@ let uri_of_path =
3435

3536
let%expect_test "uri of path" =
3637
uri_of_path [ "/foo/bar.ml"; "foo/bar.mli" ];
37-
[%expect {|
38+
[%expect
39+
{|
3840
Unix:
3941
/foo/bar.ml -> file:///foo/bar.ml
4042
foo/bar.mli -> file:///foo/bar.mli

0 commit comments

Comments
 (0)