Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
tduncan committed Dec 22, 2023
1 parent 943a4a9 commit 776adb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public class SnsAttributesExtractor implements AttributesExtractor<Request<?>, R
@Override
public void onStart(AttributesBuilder attributes, Context parentContext, Request<?> request) {
String destination = findMessageDestination(request.getOriginalRequest());
AttributesExtractorUtil.internalSet(attributes, SemanticAttributes.MESSAGING_DESTINATION_NAME,
destination);
AttributesExtractorUtil.internalSet(
attributes, SemanticAttributes.MESSAGING_DESTINATION_NAME, destination);
}

/*
Expand Down

0 comments on commit 776adb4

Please sign in to comment.