Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
spotlessApply

Signed-off-by: owenhalpert <[email protected]>
  • Loading branch information
owenhalpert committed Jan 10, 2025
1 parent 4489f6d commit 71d9759
Showing 1 changed file with 2 additions and 2 deletions.
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 71d9759

Please sign in to comment.