Skip to content

Commit 3e6f8ca

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/plan/alter_foreign_key.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,6 @@ func foreignKeyComparableTypes(ctx *sql.Context, type1 sql.Type, type2 sql.Type)
687687
return false
688688
}
689689

690-
691690
// exprsAreIndexPrefix returns whether the given expressions are a prefix of the given index expressions
692691
func exprsAreIndexPrefix(exprs, indexExprs []string) bool {
693692
if len(exprs) > len(indexExprs) {

0 commit comments

Comments
 (0)