Skip to content

Commit

Permalink
[ga-format-pr] Run ./format_repo.sh to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed May 30, 2021
1 parent f17be09 commit ca21092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/plan/limit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ import (
"reflect"
"testing"

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

"github.com/dolthub/go-mysql-server/memory"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/go-mysql-server/sql/expression"
)

var testingTable *memory.Table
Expand Down
2 changes: 1 addition & 1 deletion sql/plan/offset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ package plan
import (
"testing"

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

"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/go-mysql-server/sql/expression"
)

func TestOffsetPlan(t *testing.T) {
Expand Down

0 comments on commit ca21092

Please sign in to comment.