Skip to content

Commit d50616d

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)