whitespace fix

This commit is contained in:
Jonathan Lamothe 2021-11-20 11:43:11 -05:00
parent 64444bbc81
commit 63702be1e7

View File

@ -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 )