Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed May 29, 2024
1 parent 486cfb8 commit 14ce1c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ private int readSingleRegion(
RangeMissingHandler writer,
int region
) throws InterruptedException, ExecutionException {
final PlainActionFuture<Integer> readFuture = new UnsafePlainActionFuture<>(
final PlainActionFuture<Integer> readFuture = new UnsafePlainActionFuture<>(
BlobStoreRepository.STATELESS_SHARD_PREWARMING_THREAD_NAME
);
final CacheFileRegion fileRegion = get(cacheKey, length, region);
Expand Down

0 comments on commit 14ce1c4

Please sign in to comment.