Skip to content

Commit cef8571

Browse files
Add a blank line between functions
1 parent 53e4619 commit cef8571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/Streamly/Benchmark/Data/Stream/Eliminate.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ uncons s = do
261261
{-# INLINE toNull #-}
262262
toNull :: Monad m => Stream m Int -> m ()
263263
toNull = S.drain
264+
264265
{-# INLINE init #-}
265266
init :: Monad m => Stream m a -> m ()
266267
init s = S.init s >>= Prelude.mapM_ S.drain

0 commit comments

Comments
 (0)