Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Sep 28, 2023
1 parent 52532f4 commit 2c2b300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reasoners/satml_frontend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module Make (Th : Theory.S) : Sat_solver_sig.S = struct
exception Unsat of Explanation.t
exception I_dont_know of t

let i_dont_know env ur =
let i_dont_know env ur =
raise (I_dont_know {env with unknown_reason = Some ur})

exception IUnsat of t * Explanation.t
Expand Down

0 comments on commit 2c2b300

Please sign in to comment.