Commit 2cdcd17b authored by Steven's avatar Steven

chore: tweak linter

parent 14d4cfd5
...@@ -25,7 +25,7 @@ func New(driver Driver, profile *profile.Profile) *Store { ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment