Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 21, 2024
1 parent 9d76bea commit d50616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gleam/list_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -1347,4 +1347,4 @@ pub fn sample_test() {
let max = list.fold(sample, 1, int.max)
should.be_true(min >= 1)
should.be_true(max <= 1000)
}
}

0 comments on commit d50616d

Please sign in to comment.