Skip to content

Commit 6693848

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/expression/function/uuid.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ import (
1818
"fmt"
1919
"sync"
2020

21-
"github.com/dolthub/go-mysql-server/sql/variables"
2221
"github.com/dolthub/vitess/go/sqltypes"
2322
"github.com/dolthub/vitess/go/vt/proto/query"
2423
"github.com/google/uuid"
2524

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

3030
// Global state for UUID_SHORT function

0 commit comments

Comments
 (0)