From 6de77e1b407decf5c6a9ccaaa6bd3d42e3930da8 Mon Sep 17 00:00:00 2001 From: johnnyjoy Date: Wed, 11 Jun 2025 20:56:48 +0800 Subject: [PATCH] chore: fix format --- store/test/migrator_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/store/test/migrator_test.go b/store/test/migrator_test.go index c89a92f..0004cb0 100644 --- a/store/test/migrator_test.go +++ b/store/test/migrator_test.go @@ -34,7 +34,6 @@ func TestGetCurrentSchemaVersion(t *testing.T) { } } -// newTestingStoreWithConfig creates a testing store with specific driver configuration func newTestingStoreWithConfig(driver string) *store.Store { profile := &profile.Profile{ Mode: "prod",