From 4e37c3b49858b5671b1a13041ac9059f5498097a Mon Sep 17 00:00:00 2001 From: max-hoffman Date: Fri, 20 Dec 2024 23:13:08 +0000 Subject: [PATCH] [ga-format-pr] Run ./format_repo.sh to fix formatting --- sql/byte_buffer_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/byte_buffer_test.go b/sql/byte_buffer_test.go index c458bcf6c1..afe67aa1b7 100644 --- a/sql/byte_buffer_test.go +++ b/sql/byte_buffer_test.go @@ -15,8 +15,9 @@ package sql import ( - "github.com/stretchr/testify/require" "testing" + + "github.com/stretchr/testify/require" ) func TestGrowByteBuffer(t *testing.T) {