From 1ea8a24224e615e17b9afa29324c50f94828f401 Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Sun, 13 Nov 2022 12:04:44 -0500 Subject: [PATCH] gofmt --- internal/common/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/common/types.go b/internal/common/types.go index e1b5110..d427abd 100644 --- a/internal/common/types.go +++ b/internal/common/types.go @@ -14,7 +14,7 @@ type ( PyTimestamp time.Time // KeepZero is a special float that keeps the trailing zero on marshal - KeepZero float64 + KeepZero float64 ) func (f KeepZero) MarshalJSON() ([]byte, error) {