From 0359de41fe842505eded1f132069b75ff030cd8f Mon Sep 17 00:00:00 2001 From: Peter Alfonsi Date: Wed, 29 Jan 2025 12:43:34 -0800 Subject: [PATCH] spotless apply Signed-off-by: Peter Alfonsi --- .../cache/common/tier/TieredSpilloverCacheTests.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java b/modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java index 46ae7884dfe5e..3d08697311e8b 100644 --- a/modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java +++ b/modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java @@ -1636,8 +1636,7 @@ public void testEntryPoliciesConcurrentlyWithComputeIfAbsent() throws Exception phaser.arriveAndAwaitAdvance(); ICacheKey iCacheKey = getICacheKey(key); tieredSpilloverCache.computeIfAbsent(iCacheKey, loader); - } catch (Exception ignored) { - } finally { + } catch (Exception ignored) {} finally { countDownLatch.countDown(); } });