Skip to content

Commit 050bcbb

Browse files
committed
Fix hlint
1 parent 5998634 commit 050bcbb

File tree

1 file changed

+1
-1
lines changed
  • test/Streamly/Test/Prelude

1 file changed

+1
-1
lines changed

test/Streamly/Test/Prelude/Top.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ intersectBy _srt intersectFunc cmp =
193193
cmp
194194
(S.fromList ls0)
195195
(S.fromList ls1)
196-
let v2 = intersect ls0 ls1
196+
let v2 = ls0 `intersect` ls1
197197
assert (v1 == sort v2)
198198

199199
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)