Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 50ef0e1

Browse files
author
Michael Hueschen
committed
[CDEC-432] Satisfy hlint
1 parent 3726ecb commit 50ef0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/examples/abuse/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ payloadSize :: Integral a => a
5252
payloadSize = 2^24
5353

5454
payload :: ByteString
55-
payload = fromString (take payloadSize (repeat '0'))
55+
payload = fromString (replicate payloadSize '0')
5656

5757
main :: IO ()
5858
main = do

0 commit comments

Comments
 (0)