From 2cdcd17ba3cc2c059385d033d05181ef93aaf855 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 17 Apr 2024 09:00:16 +0800 Subject: [PATCH] chore: tweak linter --- store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/store.go b/store/store.go index 6b90836e..69ca45ab 100644 --- a/store/store.go +++ b/store/store.go @@ -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 }