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
nicktobey committed Jun 3, 2024
1 parent f6a384f commit e36891e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 6 additions & 5 deletions sql/expression/function/json/json_function_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ package json

import (
"fmt"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/go-mysql-server/sql/expression"
"github.com/dolthub/go-mysql-server/sql/types"
"github.com/stretchr/testify/require"
"strconv"

"strings"
"testing"

"github.com/stretchr/testify/require"

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

type prepareJsonValue = func(*testing.T, string) interface{}
Expand Down
6 changes: 4 additions & 2 deletions sql/expression/function/json/json_insert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
package json

import (
"github.com/dolthub/go-mysql-server/sql"
"testing"

"github.com/stretchr/testify/require"
"gopkg.in/src-d/go-errors.v1"
"testing"

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

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

0 comments on commit e36891e

Please sign in to comment.