Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glittershark committed Jan 31, 2025
1 parent 2ccd6ee commit 6f38a82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions typing/jkind.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1625,10 +1625,7 @@ let mk_annot name =
let mark_best (type l r) (t : (l * r) Types.jkind) =
{ (disallow_right t) with quality = Best }

let is_best t =
match t.quality with
| Best -> true
| Not_best -> false
let is_best t = match t.quality with Best -> true | Not_best -> false

module Builtin = struct
let any_dummy_jkind =
Expand Down

0 comments on commit 6f38a82

Please sign in to comment.