Skip to content

Commit 1059493

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sql/planbuilder/ddl.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,6 @@ func validateDefaultExprs(col *sql.Column) error {
13121312
}
13131313
}
13141314

1315-
13161315
return nil
13171316
}
13181317

sql/types/enum.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ func (t EnumType) isStrictMode(ctx context.Context) bool {
233233
return false
234234
}
235235

236-
237236
// Equals implements the Type interface.
238237
func (t EnumType) Equals(otherType sql.Type) bool {
239238
if ot, ok := otherType.(EnumType); ok && t.collation.Equals(ot.collation) && len(t.idxToVal) == len(ot.idxToVal) {

0 commit comments

Comments
 (0)