summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/TestRemote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/TestRemote.hs b/Command/TestRemote.hs
index 789eb75b1..463c4d359 100644
--- a/Command/TestRemote.hs
+++ b/Command/TestRemote.hs
@@ -169,7 +169,7 @@ chunkSizes base False =
, base `div` 1000
, base
]
-chunkSizes base True =
+chunkSizes _ True =
[ 0
]