Skip to content

Commit 2821b31

Browse files
committed
fix formatting
1 parent e3e3636 commit 2821b31

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/node-core/test/integrations/console.test.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ process.env.LAMBDA_TASK_ROOT = '/var/task';
33

44
import { afterAll, describe, expect, it, vi } from 'vitest';
55
import type { WrappedFunction } from '@sentry/core';
6-
import { addConsoleInstrumentationHandler, consoleSandbox, markFunctionWrapped, originalConsoleMethods, GLOBAL_OBJ } from '@sentry/core';
6+
import {
7+
addConsoleInstrumentationHandler,
8+
consoleSandbox,
9+
markFunctionWrapped,
10+
originalConsoleMethods,
11+
GLOBAL_OBJ,
12+
} from '@sentry/core';
713
import { consoleIntegration } from '../../src/integrations/console';
814

915
afterAll(() => {

0 commit comments

Comments
 (0)