Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
owenhalpert committed Jan 10, 2025
1 parent 6b5e3b2 commit 66829ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jni/external/faiss
Submodule faiss updated from 1f42e8 to 441df6
2 changes: 1 addition & 1 deletion jni/external/nmslib
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public void testCacheEvictionDueToSize() throws IOException {
}

public void testMaintenanceScheduled() throws Exception {
QuantizationStateCache quantizationStateCache= new QuantizationStateCache();
QuantizationStateCache quantizationStateCache = new QuantizationStateCache();
Scheduler.Cancellable maintenanceTask = quantizationStateCache.getMaintenanceTask();

assertNotNull(maintenanceTask);
Expand All @@ -480,7 +480,7 @@ public void testMaintenanceScheduled() throws Exception {
}

public void testMaintenanceWithRebuild() throws Exception {
QuantizationStateCache quantizationStateCache= new QuantizationStateCache();
QuantizationStateCache quantizationStateCache = new QuantizationStateCache();
Scheduler.Cancellable task1 = quantizationStateCache.getMaintenanceTask();
assertNotNull(task1);

Expand Down

0 comments on commit 66829ea

Please sign in to comment.