Skip to content

Commit 58f7f3f

Browse files
committed
fix linting issues
1 parent c527640 commit 58f7f3f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/tracing/test/browser/browsertracing.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,5 @@ describe('BrowserTracing', () => {
385385
expect(metaTagValue).toBe(content);
386386
});
387387
});
388-
389388
});
390389
});

packages/tracing/test/browser/request.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ describe('callbacks', () => {
108108
expect(spans).toEqual({});
109109
});
110110

111-
112111
it('creates and finishes fetch span on active transaction', () => {
113112
const spans = {};
114113

0 commit comments

Comments
 (0)