summaryrefslogtreecommitdiff
path: root/numfmt.go
diff options
context:
space:
mode:
Diffstat (limited to 'numfmt.go')
-rw-r--r--numfmt.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/numfmt.go b/numfmt.go
index b48c36a..6cb7fc7 100644
--- a/numfmt.go
+++ b/numfmt.go
@@ -33,9 +33,9 @@ type languageInfo struct {
type numberFormat struct {
section []nfp.Section
t time.Time
- sectionIdx int
- isNumeric, hours, seconds bool
- number float64
+ sectionIdx int
+ isNumeric, hours, seconds bool
+ number float64
ap, afterPoint, beforePoint, localCode, result, value, valueSectionType string
}