Skip to content

Commit 69ab4d7

Browse files
committed
Whitespace
1 parent 31578ee commit 69ab4d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Node/Stream.purs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- | This module provides a low-level wrapper for the Node Stream API.
22

3-
module Node.Stream
3+
module Node.Stream
44
( Stream()
55
, Read()
66
, Readable()
@@ -23,13 +23,13 @@ module Node.Stream
2323
, setDefaultEncoding
2424
, end
2525
) where
26-
26+
2727
import Prelude
2828

2929
import Node.Encoding
3030

3131
import Control.Monad.Eff
32-
32+
3333
-- | A stream.
3434
-- |
3535
-- | The type arguments track, in order:

0 commit comments

Comments
 (0)