chore: remove stray blank line in test

This commit is contained in:
2026-06-11 12:19:59 +02:00
parent c36f02862d
commit 4b95f85d4d

View File

@@ -52,7 +52,6 @@ func TestGetWithCacheReturnsStaleAndRefreshesAsync(t *testing.T) {
waitForFreshCache(t, sqlDB, client, "top:1")
}
func newTestCacheDB(t *testing.T) *sql.DB {
t.Helper()
ctx := context.Background()