From c73d6ad5176638f51eeacf7dbdb1189383f14ab9 Mon Sep 17 00:00:00 2001 From: timsehn Date: Tue, 24 Jun 2025 16:51:52 +0000 Subject: [PATCH] [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh --- go/libraries/doltcore/sqle/dolt_schemas_diff_table.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/go/libraries/doltcore/sqle/dolt_schemas_diff_table.go b/go/libraries/doltcore/sqle/dolt_schemas_diff_table.go index 08fe7e293f..0da7db59c0 100644 --- a/go/libraries/doltcore/sqle/dolt_schemas_diff_table.go +++ b/go/libraries/doltcore/sqle/dolt_schemas_diff_table.go @@ -136,8 +136,6 @@ func (dsdt *doltSchemasDiffTable) PrimaryKeySchema() sql.PrimaryKeySchema { } } - - // DoltSchemasDiffPartitionItr iterates through commit history for schema diffs type DoltSchemasDiffPartitionItr struct { cmItr doltdb.CommitItr[*sql.Context]