Skip to content

Commit 3111a83

Browse files
committed
Run formatter
1 parent 228685d commit 3111a83

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

analysis/src/Hint.ml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ let inlay ~path ~pos ~maxLength ~currentFile ~debug =
7070
Ast_iterator.default_iterator.value_binding iterator vb
7171
in
7272
let iterator = {Ast_iterator.default_iterator with value_binding} in
73-
let sourceFile = match currentFile with Some f -> f | None -> path in
73+
let sourceFile =
74+
match currentFile with
75+
| Some f -> f
76+
| None -> path
77+
in
7478
(if Files.classifySourceFile path = Res then
7579
let parser =
7680
Res_driver.parsing_engine.parse_implementation ~for_printer:false

0 commit comments

Comments
 (0)