Skip to content

Commit ca21092

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/plan/limit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ import (
2020
"reflect"
2121
"testing"
2222

23-
"github.com/dolthub/go-mysql-server/sql/expression"
2423
"github.com/stretchr/testify/require"
2524

2625
"github.com/dolthub/go-mysql-server/memory"
2726
"github.com/dolthub/go-mysql-server/sql"
27+
"github.com/dolthub/go-mysql-server/sql/expression"
2828
)
2929

3030
var testingTable *memory.Table

sql/plan/offset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ package plan
1717
import (
1818
"testing"
1919

20-
"github.com/dolthub/go-mysql-server/sql/expression"
2120
"github.com/stretchr/testify/require"
2221

2322
"github.com/dolthub/go-mysql-server/sql"
23+
"github.com/dolthub/go-mysql-server/sql/expression"
2424
)
2525

2626
func TestOffsetPlan(t *testing.T) {

0 commit comments

Comments
 (0)