ocamlformat icon indicating copy to clipboard operation
ocamlformat copied to clipboard

BUG: gratuitous single space inserted before signature label

Open nojb opened this issue 1 year ago • 3 comments

val price_multiple_contract_scenarios :
   subrange:int * int ->
  job:_ ->
  currency:_ ->
  _

(note extra space before subrange); with config

ocp-indent-compat

nojb avatar Apr 15 '24 19:04 nojb

I fail to reproduce. Could you share the complete config and the preceding and following sig items ?

Julow avatar Apr 16 '24 08:04 Julow

That is the full config and that is the full source. I can reproduce with the current main:

image

nojb avatar Apr 16 '24 08:04 nojb