Skip to content

Commit edad041

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent f3e1e21 commit edad041

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/repository-s3/src/main/java/org/elasticsearch/repositories/s3/S3BlobContainer.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,7 @@ public void copyBlob(
368368
S3BlobStore.configureRequestForMetrics(copyRequest, blobStore, Operation.COPY_OBJECT, purpose);
369369

370370
try (AmazonS3Reference clientReference = blobStore.clientReference()) {
371-
SocketAccess.doPrivilegedVoid(() -> {
372-
clientReference.client().copyObject(copyRequest);
373-
});
371+
SocketAccess.doPrivilegedVoid(() -> { clientReference.client().copyObject(copyRequest); });
374372
}
375373
}
376374
} catch (final AmazonClientException e) {

0 commit comments

Comments
 (0)