Skip to content

Commit 4ee9999

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sql/expression/function/oct.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ package function
1616

1717
import (
1818
"fmt"
19+
1920
"github.com/dolthub/go-mysql-server/sql"
2021
"github.com/dolthub/go-mysql-server/sql/expression"
2122
"github.com/dolthub/go-mysql-server/sql/types"

sql/expression/function/oct_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
package function
1616

1717
import (
18+
"math"
19+
"testing"
20+
1821
"github.com/dolthub/go-mysql-server/sql"
1922
"github.com/dolthub/go-mysql-server/sql/expression"
2023
"github.com/dolthub/go-mysql-server/sql/types"
21-
"math"
22-
"testing"
2324
)
2425

2526
type test struct {

0 commit comments

Comments
 (0)