Skip to content

Commit b4920ad

Browse files
committed
ocaml format
1 parent 697b56e commit b4920ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/postgresql.ml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,9 +1019,7 @@ module Connection (Mutex : Mutex) = struct
10191019
in
10201020

10211021
object (self (* Main routines *))
1022-
method finish =
1023-
wrap_conn (fun c ->
1024-
Stub.finish c)
1022+
method finish = wrap_conn (fun c -> Stub.finish c)
10251023

10261024
method try_reset =
10271025
wrap_conn (fun conn ->

0 commit comments

Comments
 (0)