Skip to content

Commit 45c5b44

Browse files
authored
Update TaskSeqInternal.fs
1 parent f12fdeb commit 45c5b44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FSharp.Control.TaskSeq/TaskSeqInternal.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,7 @@ module internal TaskSeqInternal =
13091309
go <- step
13101310

13111311
return trueItems.ToArray(), falseItems.ToArray()
1312+
}
13121313

13131314
let chunkBySize chunkSize (source: TaskSeq<'T>) : TaskSeq<'T[]> =
13141315
if chunkSize < 1 then

0 commit comments

Comments
 (0)