Skip to content

Commit e6a85e2

Browse files
committed
Format
1 parent 3b03768 commit e6a85e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

analysis/src/CompletionBackEnd.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,8 +2234,7 @@ let rec processCompletable ~debug ~full ~scope ~env ~pos ~forHover completable =
22342234
user has already written. Just complete for the rest. *)
22352235
let newText =
22362236
c.name ^ " {\n"
2237-
^ (cases
2238-
|> List.sort (String.compare)
2237+
^ (cases |> List.sort String.compare
22392238
|> List.mapi (fun index caseText ->
22402239
"| " ^ caseText ^ " => "
22412240
^ printFailwithStr (startIndex + index + 1))

0 commit comments

Comments
 (0)