fix warning
This commit is contained in:
parent
d3778e631b
commit
db54981a4c
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ chunkSizes base False =
|
|||
, base `div` 1000
|
||||
, base
|
||||
]
|
||||
chunkSizes base True =
|
||||
chunkSizes _ True =
|
||||
[ 0
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue