Skip to content

Commit 20c6e0b

Browse files
committed
spotlessApply
spotlessApply
1 parent a539325 commit 20c6e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/opensearch/knn/quantization/models/quantizationState/QuantizationStateCacheTests.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ public void testCacheEvictionDueToSize() throws IOException {
470470
}
471471

472472
public void testMaintenanceScheduled() throws Exception {
473-
QuantizationStateCache quantizationStateCache= new QuantizationStateCache();
473+
QuantizationStateCache quantizationStateCache = new QuantizationStateCache();
474474
Scheduler.Cancellable maintenanceTask = quantizationStateCache.getMaintenanceTask();
475475

476476
assertNotNull(maintenanceTask);
@@ -480,7 +480,7 @@ public void testMaintenanceScheduled() throws Exception {
480480
}
481481

482482
public void testMaintenanceWithRebuild() throws Exception {
483-
QuantizationStateCache quantizationStateCache= new QuantizationStateCache();
483+
QuantizationStateCache quantizationStateCache = new QuantizationStateCache();
484484
Scheduler.Cancellable task1 = quantizationStateCache.getMaintenanceTask();
485485
assertNotNull(task1);
486486

0 commit comments

Comments
 (0)