summaryrefslogtreecommitdiff
path: root/numfmt.go
diff options
context:
space:
mode:
Diffstat (limited to 'numfmt.go')
-rw-r--r--numfmt.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/numfmt.go b/numfmt.go
index 2052fd9..6b4fc65 100644
--- a/numfmt.go
+++ b/numfmt.go
@@ -31,12 +31,12 @@ type languageInfo struct {
// numberFormat directly maps the number format parser runtime required
// fields.
type numberFormat struct {
- section []nfp.Section
- t time.Time
- sectionIdx int
- date1904, isNumeric, hours, seconds bool
- number float64
- ap, afterPoint, beforePoint, localCode, result, value, valueSectionType string
+ section []nfp.Section
+ t time.Time
+ sectionIdx int
+ date1904, isNumeric, hours, seconds bool
+ number float64
+ ap, localCode, result, value, valueSectionType string
}
var (