Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
waalge committed Jun 7, 2024
1 parent ffc9bae commit 3388652
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/aiken/fuzz.test.ak
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,7 @@ test prop_set(xs via set(int())) {

test prop_set_between_distribution(n via set_between(int_between(0, 50), 3, 13)) {
let len = n |> list.length
label(
len |> string.from_int
)
label(len |> string.from_int)
True
}

Expand Down

0 comments on commit 3388652

Please sign in to comment.