summaryrefslogtreecommitdiff
path: root/numfmt.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-05-18 23:15:24 +0800
committerxuri <xuri.me@gmail.com>2022-05-18 23:15:24 +0800
commit8f16a76781fb8f47094492c38a02c2cdc4ce5013 (patch)
tree12a9933300ba1f196120e530091e4464e1a6bc35 /numfmt.go
parentbe5a4033c0c7de6247c02dc3ab76b634ac19d4c6 (diff)
This fixes a part of staticcheck issues and updates the code of conduct
Update example for set cell hyperlinks with `HyperlinkOpts`
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 (