Skip to content

Commit 4c28587

Browse files
committed
fix prettier
1 parent f542f62 commit 4c28587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/browser/test/profiling/UIProfiler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import * as Sentry from '@sentry/browser';
6-
import { type Span,debug } from '@sentry/core';
6+
import { type Span, debug } from '@sentry/core';
77
import { type Mock, afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
88
import type { BrowserOptions } from '../../src/index';
99

packages/browser/test/utils/env.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @vitest-environment jsdom
33
*/
44

5-
import { afterEach,beforeEach, describe, expect, it } from 'vitest';
5+
import { afterEach, beforeEach, describe, expect, it } from 'vitest';
66
import { getEnvValue } from '../../src/utils/env';
77

88
describe('getEnvValue', () => {

0 commit comments

Comments
 (0)