Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AilinKid committed Mar 18, 2020
1 parent 89b7a22 commit f50b24a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion executor/insert_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ type InsertValues struct {
}

type defaultVal struct {
// common default value is a constant.
val types.Datum
// valid indicates whether the val is evaluated. We evaluate the default value lazily.
valid bool
Expand Down
2 changes: 1 addition & 1 deletion table/column.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ package table

import (
"fmt"
"github.com/pingcap/parser"
"strconv"
"strings"
"time"
"unicode/utf8"

"github.com/pingcap/parser"
"github.com/pingcap/parser/ast"
"github.com/pingcap/parser/charset"
"github.com/pingcap/parser/model"
Expand Down

0 comments on commit f50b24a

Please sign in to comment.