diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-03 01:21:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-03 01:21:38 -0400 |
commit | ecca58322e923e07333e7e30dd5837a4bf8e8270 (patch) | |
tree | 3a05c5f922185243dba0e62564e8105961be90ca /Remote/Helper | |
parent | 237cceb715438809f9ddf7b45695f000f65f82b8 (diff) |
whitespace
Diffstat (limited to 'Remote/Helper')
-rw-r--r-- | Remote/Helper/Chunked.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Helper/Chunked.hs b/Remote/Helper/Chunked.hs index 0d786c98d..a7c43801a 100644 --- a/Remote/Helper/Chunked.hs +++ b/Remote/Helper/Chunked.hs @@ -299,7 +299,7 @@ retrieveChunks retriever u chunkconfig encryptor basek dest basep sink - - However, if the Retriever generates a lazy ByteString, - it is not responsible for updating progress (often it cannot). - - Instead, the sink is passed a meter to update as it consumes + - Instead, the sink is passed a meter to update as it consumes - the ByteString. -} tosink h p content = sink h p' content |