Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jan 25, 2024
1 parent 177e1cd commit ed19b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/astro/test/client/sdk.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { BrowserClient} from '@sentry/browser';
import type { BrowserClient } from '@sentry/browser';
import { getActiveSpan } from '@sentry/browser';
import { browserTracingIntegration, getCurrentScope } from '@sentry/browser';
import * as SentryBrowser from '@sentry/browser';
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/test/clientSdk.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BaseClient } from '@sentry/core';
import * as SentryReact from '@sentry/react';
import type { BrowserClient} from '@sentry/react';
import type { BrowserClient } from '@sentry/react';
import { browserTracingIntegration } from '@sentry/react';
import { WINDOW, getClient, getCurrentScope } from '@sentry/react';
import type { Integration } from '@sentry/types';
Expand Down

0 comments on commit ed19b05

Please sign in to comment.