Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Aug 10, 2019
1 parent 7817a69 commit 3af45b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hyper/Conn.purs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Hyper.Conn where

import Hyper.Middleware (Middleware(..))
import Hyper.Middleware (Middleware)

-- | Defines the state of an HTTP request stream. It tracks whether or not
-- | some content has already been read from an HTTP request stream.
Expand Down

0 comments on commit 3af45b7

Please sign in to comment.