Skip to content

Commit d169367

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent e5862b5 commit d169367

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

sql/types/decimal_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ package types
1717
import (
1818
"context"
1919
"fmt"
20-
"github.com/dolthub/go-mysql-server/sql"
2120
"math/big"
2221
"reflect"
2322
"strings"
2423
"testing"
2524
"time"
2625

26+
"github.com/dolthub/go-mysql-server/sql"
27+
2728
"github.com/shopspring/decimal"
2829
"github.com/stretchr/testify/assert"
2930
"github.com/stretchr/testify/require"

sql/types/null_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ package types
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/go-mysql-server/sql"
2019
"testing"
2120
"time"
2221

22+
"github.com/dolthub/go-mysql-server/sql"
23+
2324
"github.com/stretchr/testify/assert"
2425
"github.com/stretchr/testify/require"
2526
)

sql/types/time_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ package types
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/go-mysql-server/sql"
2019
"testing"
2120
"time"
2221

22+
"github.com/dolthub/go-mysql-server/sql"
23+
2324
"github.com/stretchr/testify/assert"
2425
"github.com/stretchr/testify/require"
2526
)

sql/types/year_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ package types
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/go-mysql-server/sql"
2019
"reflect"
2120
"testing"
2221
"time"
2322

23+
"github.com/dolthub/go-mysql-server/sql"
24+
2425
"github.com/stretchr/testify/assert"
2526
"github.com/stretchr/testify/require"
2627
)

0 commit comments

Comments
 (0)