Fix formatting errors
Decimal numbers now look nicer, and --no-sparse works properly again.
This commit is contained in:
parent
a7ef16bc4e
commit
f8c5d2766c
2 changed files with 5 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ chunkyBin :: T.Text -> T.Text
|
|||
chunkyBin = chunkedBy " " 4
|
||||
|
||||
chunkyDec :: T.Text -> T.Text
|
||||
chunkyDec = chunkedBy "'" 3
|
||||
chunkyDec = chunkedBy " " 3
|
||||
|
||||
chunkyHex :: T.Text -> T.Text
|
||||
chunkyHex = chunkedBy " " 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue