Skip to content

Commit 9d9b5b8

Browse files
antonisclaude
andcommitted
chore: Fix formatting in supabase test file
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4be0d44 commit 9d9b5b8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/core/test/lib/integrations/supabase.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ import {
66
instrumentSupabaseClient,
77
translateFiltersIntoMethods,
88
} from '../../../src/integrations/supabase';
9-
import type {
10-
PostgRESTQueryBuilder,
11-
SupabaseClientInstance,
12-
} from '../../../src/integrations/supabase';
9+
import type { PostgRESTQueryBuilder, SupabaseClientInstance } from '../../../src/integrations/supabase';
1310

1411
// Mock tracing to avoid needing full SDK setup
1512
vi.mock('../../../src/tracing', () => ({

0 commit comments

Comments
 (0)