Skip to content

Commit 04263a3

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 20c1a0f commit 04263a3

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

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

0 commit comments

Comments
 (0)