Skip to content

Commit a13b318

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

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
@@ -681,7 +681,6 @@ func foreignKeyComparableTypes(ctx *sql.Context, type1 sql.Type, type2 sql.Type)
681681
return false
682682
}
683683

684-
685684
// exprsAreIndexPrefix returns whether the given expressions are a prefix of the given index expressions
686685
func exprsAreIndexPrefix(exprs, indexExprs []string) bool {
687686
if len(exprs) > len(indexExprs) {

0 commit comments

Comments
 (0)