chore: tweak linter

pull/3249/head
Steven 2 years ago
parent 14d4cfd5a4
commit 2cdcd17ba3

@ -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 return nil
} }

Loading…
Cancel
Save