Skip to content

Commit ab4c7c3

Browse files
authored
Fix formatting in TaskSeqInternal.fs
1 parent 443b4da commit ab4c7c3

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
@@ -595,6 +595,7 @@ module internal TaskSeqInternal =
595595
for x in source1 do
596596
for y in arr2 do
597597
yield x, y
598+
}
598599

599600
let compareWith (comparer: 'T -> 'T -> int) (source1: TaskSeq<'T>) (source2: TaskSeq<'T>) =
600601
checkNonNull (nameof source1) source1

0 commit comments

Comments
 (0)