Skip to content

Commit

Permalink
dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Aug 28, 2023
1 parent e2993d6 commit ff11882
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dart/lib/src/hub_adapter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,8 @@ class HubAdapter implements Hub {
SentryId get lastEventId => Sentry.lastEventId;

@override
Future<SentryId> captureTransaction(
SentryTransaction transaction, {
SentryTraceContextHeader? traceContext
}) =>
Future<SentryId> captureTransaction(SentryTransaction transaction,
{SentryTraceContextHeader? traceContext}) =>
Sentry.currentHub.captureTransaction(
transaction,
traceContext: traceContext,
Expand Down

0 comments on commit ff11882

Please sign in to comment.