Skip to content

Commit 1224b1d

Browse files
committed
fix format error caught by linter
1 parent 57a06f4 commit 1224b1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/browser/test/unit/transports/new-xhr.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { EventEnvelope, EventItem } from '@sentry/types';
22
import { createEnvelope, serializeEnvelope } from '@sentry/utils';
3+
34
import { makeNewXHRTransport, XHRTransportOptions } from '../../../src/transports/new-xhr';
45

56
const DEFAULT_XHR_TRANSPORT_OPTIONS: XHRTransportOptions = {

0 commit comments

Comments
 (0)