whitespace fix
This commit is contained in:
parent
64444bbc81
commit
63702be1e7
|
@ -97,7 +97,7 @@ readMaxSpec = describe "readMax" $ mapM_
|
|||
readMax maxLen conn `shouldReturn` expect
|
||||
)
|
||||
|
||||
-- description, max length, connection, expected
|
||||
-- description, max length, connection, expected
|
||||
[ ( "single input", 1024, singleConn, Just singleBS )
|
||||
, ( "multi input", 1024, multiConn, Just multiBS )
|
||||
, ( "long input", longLen, longConn, Just longBS )
|
||||
|
|
Loading…
Reference in New Issue
Block a user