chore: tweak linter

This commit is contained in:
Steven 2024-04-17 09:00:16 +08:00
parent 14d4cfd5a4
commit 2cdcd17ba3

View File

@ -25,7 +25,7 @@ func New(driver Driver, profile *profile.Profile) *Store {
}
}
func (s *Store) MigrateManually(ctx context.Context) error {
func (*Store) MigrateManually(context.Context) error {
return nil
}