From ed19b05d4febaa3d05b0aa82fe7ca4f4334e4caf Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Thu, 25 Jan 2024 15:12:16 -0500 Subject: [PATCH] fix linting --- packages/astro/test/client/sdk.test.ts | 2 +- packages/nextjs/test/clientSdk.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/test/client/sdk.test.ts b/packages/astro/test/client/sdk.test.ts index 8ba54729c8a1..3960c25eccd3 100644 --- a/packages/astro/test/client/sdk.test.ts +++ b/packages/astro/test/client/sdk.test.ts @@ -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'; diff --git a/packages/nextjs/test/clientSdk.test.ts b/packages/nextjs/test/clientSdk.test.ts index f73b3228eb5b..f4ec99c3cc71 100644 --- a/packages/nextjs/test/clientSdk.test.ts +++ b/packages/nextjs/test/clientSdk.test.ts @@ -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';