Skip to content

Commit b26af40

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/analyzer/validate_create_table.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ func validateAutoIncrementType(t sql.Type) bool {
803803
query.Type_INT64, query.Type_UINT64:
804804
return true
805805

806-
// Floating point types - allowed
806+
// Floating point types - allowed
807807
case query.Type_FLOAT32, query.Type_FLOAT64:
808808
return true
809809

@@ -817,7 +817,7 @@ func validateAutoIncrementType(t sql.Type) bool {
817817
return false
818818

819819
// Date/time types - not allowed
820-
case query.Type_DATE, query.Type_TIME, query.Type_DATETIME,
820+
case query.Type_DATE, query.Type_TIME, query.Type_DATETIME,
821821
query.Type_TIMESTAMP, query.Type_YEAR:
822822
return false
823823

0 commit comments

Comments
 (0)