Skip to content

Commit ccc8fc8

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/types/enum.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ func (t EnumType) validateScrictMode(ctx context.Context) bool {
224224
return false
225225
}
226226

227-
228227
// Equals implements the Type interface.
229228
func (t EnumType) Equals(otherType sql.Type) bool {
230229
if ot, ok := otherType.(EnumType); ok && t.collation.Equals(ot.collation) && len(t.idxToVal) == len(ot.idxToVal) {

0 commit comments

Comments
 (0)