Skip to content

Commit 2bb54a6

Browse files
committed
Fix spacing issues in pretty-printer
1 parent f4beed3 commit 2bb54a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecPrinting.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,7 @@ let pp_opdecl_op (ppe : PPEnv.t) fmt (basename, ts, ty, op) =
22502250
in
22512251

22522252
match ts with
2253-
| [] -> Format.fprintf fmt "@[<hov 2>op%a %t.@]"
2253+
| [] -> Format.fprintf fmt "@[<hov 2>op %a %t.@]"
22542254
pp_opname ([], basename) pp_body
22552255
| _ ->
22562256
Format.fprintf fmt "@[<hov 2>op %a %a %t.@]"

0 commit comments

Comments
 (0)