Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jun 3, 2024
1 parent 1ae82f9 commit 378e691
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bin/common/solving_loop.ml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,9 @@ let main () =
st
) else
let contents = `Optimize (term, is_max) in
let stmt = { Typer_Pipe.id; contents; loc; attrs = []; implicit = false } in
let stmt =
{ Typer_Pipe.id; contents; loc; attrs = []; implicit = false }
in
let cnf =
D_cnf.make (State.get State.logic_file st).loc
(State.get solver_ctx_key st).ctx stmt
Expand Down

0 comments on commit 378e691

Please sign in to comment.