Skip to content

Commit dfc0045

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sql/expression/function/regexp_replace.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ import (
1919
"strings"
2020
"sync"
2121

22-
"gopkg.in/src-d/go-errors.v1"
23-
2422
regex "github.com/dolthub/go-icu-regex"
23+
"gopkg.in/src-d/go-errors.v1"
2524

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

sql/expression/function/regexp_replace_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ func BenchmarkRegexpReplace(b *testing.B) {
389389
for i := range data {
390390
data[i] = sql.Row{fmt.Sprintf("test%d", i)}
391391
}
392-
392+
393393
for i := 0; i < b.N; i++ {
394394
f, err := NewRegexpReplace(
395395
expression.NewGetField(0, types.LongText, "text", false),

0 commit comments

Comments
 (0)