Skip to content

Commit 0543c2f

Browse files
committed
Format code
1 parent ab83d47 commit 0543c2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/Sentry/SentryTracer.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,7 @@ - (void)canBeFinished
412412
// Sending another transaction and spans with
413413
// the same SentryId would be an error.
414414
if (self.isFinished) {
415-
SENTRY_LOG_DEBUG(
416-
@"Span with id %@ is already finished", self.spanId.sentrySpanIdString);
415+
SENTRY_LOG_DEBUG(@"Span with id %@ is already finished", self.spanId.sentrySpanIdString);
417416
return;
418417
}
419418

0 commit comments

Comments
 (0)