Skip to content

Commit d50616d

Browse files
committedDec 21, 2024·
Format
1 parent 9d76bea commit d50616d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/gleam/list_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1347,4 +1347,4 @@ pub fn sample_test() {
13471347
let max = list.fold(sample, 1, int.max)
13481348
should.be_true(min >= 1)
13491349
should.be_true(max <= 1000)
1350-
}
1350+
}

0 commit comments

Comments
 (0)
Please sign in to comment.