Skip to content

Commit ff11882

Browse files
committed
dart format
1 parent e2993d6 commit ff11882

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dart/lib/src/hub_adapter.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@ class HubAdapter implements Hub {
9696
SentryId get lastEventId => Sentry.lastEventId;
9797

9898
@override
99-
Future<SentryId> captureTransaction(
100-
SentryTransaction transaction, {
101-
SentryTraceContextHeader? traceContext
102-
}) =>
99+
Future<SentryId> captureTransaction(SentryTransaction transaction,
100+
{SentryTraceContextHeader? traceContext}) =>
103101
Sentry.currentHub.captureTransaction(
104102
transaction,
105103
traceContext: traceContext,

0 commit comments

Comments
 (0)