Skip to content

Commit a4d9bd8

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

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

sql/expression/function/logarithm.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ package function
1616

1717
import (
1818
"fmt"
19-
"gopkg.in/src-d/go-errors.v1"
2019
"math"
2120

21+
"github.com/dolthub/vitess/go/mysql"
22+
"gopkg.in/src-d/go-errors.v1"
23+
2224
"github.com/dolthub/go-mysql-server/sql"
2325
"github.com/dolthub/go-mysql-server/sql/expression"
2426
"github.com/dolthub/go-mysql-server/sql/types"
25-
"github.com/dolthub/vitess/go/mysql"
2627
)
2728

2829
// ErrInvalidArgumentForLogarithm is returned when an invalid argument value is passed to a

sql/expression/function/math.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ import (
2424
"strings"
2525
"time"
2626

27+
"github.com/dolthub/vitess/go/mysql"
2728
"github.com/shopspring/decimal"
2829

2930
"github.com/dolthub/go-mysql-server/sql"
3031
"github.com/dolthub/go-mysql-server/sql/expression"
3132
"github.com/dolthub/go-mysql-server/sql/types"
32-
"github.com/dolthub/vitess/go/mysql"
3333
)
3434

3535
// Rand returns a random float 0 <= x < 1. If it has an argument, that argument will be used to seed the random number

sql/expression/function/sqrt_power.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ package function
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/vitess/go/mysql"
2019
"math"
2120

21+
"github.com/dolthub/vitess/go/mysql"
22+
2223
"github.com/dolthub/go-mysql-server/sql"
2324
"github.com/dolthub/go-mysql-server/sql/expression"
2425
"github.com/dolthub/go-mysql-server/sql/types"

0 commit comments

Comments
 (0)