Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Sep 29, 2023
1 parent f1381aa commit d5eddc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/reasoners/bitv.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,8 @@ module Shostak(X : ALIEN) = struct
| _, [] -> Bytes.fill buf pos sz '0'
| [], _ -> Bytes.fill buf pos sz '1'
| _, _ ->
(* Prefer searching where there are more candidates, i.e. less constraints. *)
(* Prefer searching where there are more candidates, i.e. less
constraints. *)
let x, cx, y, cy =
if nt < nf then t, '1', f, '0' else f, '0', t, '1'
in
Expand Down

0 comments on commit d5eddc0

Please sign in to comment.