Skip to content

Commit 7e8c61a

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 9b34677 commit 7e8c61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818
"context"
1919
"encoding/json"
2020
"fmt"
21-
"github.com/shopspring/decimal"
2221
"math"
2322
trace2 "runtime/trace"
2423
"strconv"
@@ -28,6 +27,7 @@ import (
2827
"unicode"
2928
"unsafe"
3029

30+
"github.com/shopspring/decimal"
3131
"gopkg.in/src-d/go-errors.v1"
3232

3333
"github.com/dolthub/go-mysql-server/sql/values"

0 commit comments

Comments
 (0)