purescript-contrib / purescript-formatters

Formatting and printing for numeric and date/time/interval values
Apache License 2.0
41 stars 30 forks source link

fix two digit trailing zeros < 0.10 #42

Closed paulbjarne closed 6 years ago

paulbjarne commented 6 years ago

Fixes two place decimal formatting after zero for < 0.10

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

cryogenian commented 6 years ago

@paulbjarne Thank you!