Skip to content

Commit 751e30b

Browse files
committed
[ga-format-pr] Run scripts/format_repo.sh
1 parent 06486e4 commit 751e30b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/go-sql-server-driver/large_values_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,8 @@ func TestTypeDiversity(t *testing.T) {
757757

758758
// Mix of empty, short, medium, large, unicode, and NULL values.
759759
vals := []struct {
760-
id int
761-
ch, vc, tx, mtx, ltx interface{}
760+
id int
761+
ch, vc, tx, mtx, ltx interface{}
762762
}{
763763
{0, "", "", "", "", ""},
764764
{1, "hello", "world", "short text", "medium text", "long text"},

0 commit comments

Comments
 (0)