Skip to content

Commit 45305aa

Browse files
Fix hlint
1 parent 679730f commit 45305aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/Streamly/Internal/Data/Stream/Channel

src/Streamly/Internal/Data/Stream/Channel/Append.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ workLoopLIFOLimited qref sv winfo = run
143143

144144
run = do
145145
work <- dequeue qref
146+
{- HLINT ignore "Use forM_" -}
146147
case work of
147148
Nothing -> return ()
148149
Just item -> process item

0 commit comments

Comments
 (0)