Skip to content

Commit eb8f94f

Browse files
committed
gh link test: fixed ocamlformat
1 parent e07420e commit eb8f94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/github_link_test.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ let compare_cases prefix repo =
8383
Some (Compare (repo, ("sewen/123ab^^^", "master"))) );
8484
( sprintf "https://%s/ahrefs/monorepo/compare/sewen/123ab~3...master" prefix,
8585
Some (Compare (repo, ("sewen/123ab~3", "master"))) );
86-
( (sprintf "https://%s/ahrefs/monorepo/compare/" prefix) ^ "abc%5E%5E%5E...ax~2",
86+
( sprintf "https://%s/ahrefs/monorepo/compare/" prefix ^ "abc%5E%5E%5E...ax~2",
8787
Some (Compare (repo, ("abc^^^", "ax~2"))) );
8888
sprintf "https://%s/ahrefs/monorepo/compare" prefix, None;
8989
]

0 commit comments

Comments
 (0)