From ee85000d010ce256fdee29a7fc764dc5a5fa5fe3 Mon Sep 17 00:00:00 2001 From: angelamayxie Date: Sat, 15 Nov 2025 00:15:32 +0000 Subject: [PATCH] [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh --- go/store/val/codec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/store/val/codec.go b/go/store/val/codec.go index ad05c72a24..e5760ad718 100644 --- a/go/store/val/codec.go +++ b/go/store/val/codec.go @@ -18,13 +18,13 @@ import ( "bytes" "context" "encoding/binary" - "github.com/dolthub/go-mysql-server/sql/types" "math" "math/big" "math/bits" "time" "unsafe" + "github.com/dolthub/go-mysql-server/sql/types" querypb "github.com/dolthub/vitess/go/vt/proto/query" "github.com/shopspring/decimal"