Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Mar 25, 2024
1 parent c10ad82 commit 4bbfc84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/frontend/d_cnf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ let builtin_enum = function
DStd.Id.Map.add
{ name = DStd.Name.simple name; ns = Term }
(fun env _ ->
builtin_term @@
Dolmen_type.Base.term_app_cst
(module Dl.Typer.T) env c) map)
builtin_term @@
Dolmen_type.Base.term_app_cst
(module Dl.Typer.T) env c) map)
map cstrs
in
Cache.store_ty (DE.Ty.Const.hash ty_cst) ty_;
Expand Down

0 comments on commit 4bbfc84

Please sign in to comment.