From 834f92f67c1bb434328c214006df2348f17af98c Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 16 Jul 2025 22:24:50 +0800 Subject: [PATCH] chore: fix linter --- store/migrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/migrator.go b/store/migrator.go index 8ea0eb5e3..c707dbf25 100644 --- a/store/migrator.go +++ b/store/migrator.go @@ -315,7 +315,7 @@ func (s *Store) normalizeMigrationHistoryList(ctx context.Context) error { } // migrateSchemaVersionToSetting migrates the schema version from the migration history to the workspace basic setting. -// It retrieves the migration history, sorts the versions, and updates the workspace basic setting if necessary +// It retrieves the migration history, sorts the versions, and updates the workspace basic setting if necessary. func (s *Store) migrateSchemaVersionToSetting(ctx context.Context) error { migrationHistoryList, err := s.driver.FindMigrationHistoryList(ctx, &FindMigrationHistory{}) if err != nil {