Skip to content

Commit 00ccde1

Browse files
committed
fix format
1 parent 32aae07 commit 00ccde1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dart/test/sentry_client_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ void main() {
348348
});
349349

350350
test('should return empty for when transaction is discarded', () async {
351-
352351
final client = fixture.getSut(eventProcessor: DropAllEventProcessor());
353352
final tr = SentryTransaction(fixture.tracer);
354353
final id = await client.captureTransaction(tr);

0 commit comments

Comments
 (0)