JJ: Description from the destination commit:

fmt:  break-separators=before; + wip Future_sign_key

JJ: Description from source commit:
rm fmt
This commit is contained in:
swrup 2025-10-06 21:42:24 +02:00
parent 68b5e6608a
commit b96f1604d2
7 changed files with 51 additions and 32 deletions

View file

@ -28,10 +28,10 @@ let () =
let open Types.Amount in
let v =
{
sign= Some `Plus
; currency= `Eur
; value= Int64.of_int 25
; fraction= Int64.of_int 678
sign= Some `Plus;
currency= `Eur;
value= Int64.of_int 25;
fraction= Int64.of_int 678;
}
in
let s = to_string v in