Skip to content

Commit e4fc705

Browse files
committed
fix linting
1 parent a0a79fa commit e4fc705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/astro/test/client/sdk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { BrowserClient} from '@sentry/browser';
1+
import type { BrowserClient } from '@sentry/browser';
22
import { getActiveSpan } from '@sentry/browser';
33
import { browserTracingIntegration, getCurrentScope } from '@sentry/browser';
44
import * as SentryBrowser from '@sentry/browser';

packages/nextjs/test/clientSdk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { BaseClient } from '@sentry/core';
22
import * as SentryReact from '@sentry/react';
3-
import type { BrowserClient} from '@sentry/react';
3+
import type { BrowserClient } from '@sentry/react';
44
import { browserTracingIntegration } from '@sentry/react';
55
import { WINDOW, getClient, getCurrentScope } from '@sentry/react';
66
import type { Integration } from '@sentry/types';

0 commit comments

Comments
 (0)