Skip to content

Commit b45e7b8

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/expression/function/coalesce.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (c *Coalesce) Type() sql.Type {
5858
if c.typ != nil {
5959
return c.typ
6060
}
61-
61+
6262
var retType sql.Type
6363
retType = types.Null
6464
for i, arg := range c.args {

sql/type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ type Type interface {
104104
// NullType represents the type of NULL values
105105
type NullType interface {
106106
Type
107-
107+
108108
// IsNullType is a marker interface for types that represent NULL values.
109109
IsNullType() bool
110110
}

0 commit comments

Comments
 (0)