Skip to content

Commit

Permalink
Fix codestyle problem
Browse files Browse the repository at this point in the history
  • Loading branch information
steverao committed Oct 4, 2024
1 parent 9b2e129 commit 4e0141c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ public boolean onDeactivation(Span deactivatedSpan, @Nullable Span previouslyAct
profiler.removeThread(Thread.currentThread());
}
boolean success =
eventBuffer.tryPublishEvent(deactivationEventTranslator, deactivatedSpan, previouslyActive);
eventBuffer.tryPublishEvent(
deactivationEventTranslator, deactivatedSpan, previouslyActive);
if (!success) {
logger.fine("Could not add deactivation event to ring buffer as no slots are available");
}
Expand Down

0 comments on commit 4e0141c

Please sign in to comment.