mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Fix warning
This commit is contained in:
parent
a033f02689
commit
5d233f4532
@ -42,7 +42,6 @@ let rec format_expr
|
||||
| EVar v -> Format.fprintf fmt "%a" format_var_name v
|
||||
| EFunc v -> Format.fprintf fmt "%a" format_func_name v
|
||||
| EStruct { fields = es; name = s } ->
|
||||
let fields = StructName.Map.find s decl_ctx.ctx_structs in
|
||||
Format.fprintf fmt "@[<hov 2>%a@ %a%a%a@]" StructName.format s
|
||||
Print.punctuation "{"
|
||||
(Format.pp_print_list
|
||||
|
@ -1 +0,0 @@
|
||||
0
|
Loading…
Reference in New Issue
Block a user