Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Feb 21, 2025
1 parent 7f89976 commit 45470ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ protected HttpResponse doGet(ServiceRequestContext ctx, HttpRequest req)
result -> allAsList(IntStream.range(1, 3).mapToObj(
i -> executorService.submit(
RequestContext.current().makeContextAware(() -> {
final ScopedSpan span =
servicePoolTracing.tracer().startScopedSpan("aloha");
final ScopedSpan span = servicePoolTracing
.tracer().startScopedSpan("aloha");
try {
return null;
} finally {
Expand Down

0 comments on commit 45470ae

Please sign in to comment.