From 8f16a76781fb8f47094492c38a02c2cdc4ce5013 Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 18 May 2022 23:15:24 +0800 Subject: This fixes a part of staticcheck issues and updates the code of conduct Update example for set cell hyperlinks with `HyperlinkOpts` --- numfmt.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'numfmt.go') 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 ( -- cgit v1.2.1