Skip to content

Commit 4e37c3b

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 210c5c7 commit 4e37c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/byte_buffer_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
package sql
1616

1717
import (
18-
"github.com/stretchr/testify/require"
1918
"testing"
19+
20+
"github.com/stretchr/testify/require"
2021
)
2122

2223
func TestGrowByteBuffer(t *testing.T) {

0 commit comments

Comments
 (0)