Skip to content

Commit 7d9d617

Browse files
committed
./gradlew spotlessApply
1 parent e13f80a commit 7d9d617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/aws-sdk/aws-sdk-1.11/testing/src/main/java/io/opentelemetry/instrumentation/awssdk/v1_11/AbstractSecretsManagerClientTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ public void sendDescribeSecretRequestWithMockedResponse() throws Exception {
7878
+ "}";
7979

8080
server.enqueue(HttpResponse.of(HttpStatus.OK, MediaType.PLAIN_TEXT_UTF_8, body));
81-
Object response = client.describeSecret(
82-
new DescribeSecretRequest().withSecretId("My-Secret-Id"));
81+
Object response =
82+
client.describeSecret(new DescribeSecretRequest().withSecretId("My-Secret-Id"));
8383

8484
List<AttributeAssertion> additionalAttributes =
8585
singletonList(

0 commit comments

Comments
 (0)