Skip to content

Commit 8474d3d

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 85f4909 commit 8474d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sql/types/decimal_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ import (
1818
"context"
1919
"encoding/binary"
2020
"fmt"
21-
"github.com/dolthub/vitess/go/sqltypes"
2221
"math"
2322
"math/big"
2423
"reflect"
2524
"strings"
2625
"testing"
2726
"time"
2827

29-
"github.com/dolthub/go-mysql-server/sql"
30-
28+
"github.com/dolthub/vitess/go/sqltypes"
3129
"github.com/shopspring/decimal"
3230
"github.com/stretchr/testify/assert"
3331
"github.com/stretchr/testify/require"
32+
33+
"github.com/dolthub/go-mysql-server/sql"
3434
)
3535

3636
func TestDecimalAccuracy(t *testing.T) {

0 commit comments

Comments
 (0)