Skip to content

Commit 7347cc9

Browse files
committed
DTS-49841: fixed review comments
1 parent d2ec454 commit 7347cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-data-processor/src/main/java/com/publicissapient/kpidashboard/job/kpibenchmarkcalculation/service/KpiBenchmarkCalculationService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private KpiBenchmarkValues createKpiBenchmarkValues(
161161
"{} Generated Benchmark for KPI ID: {} with count {}",
162162
JobConstants.LOG_PREFIX_KPI_BENCHMARK_CALCULATION,
163163
kpiId,
164-
benchmarkByFilter.size());
164+
benchmarkByFilter.size());
165165
return KpiBenchmarkValues.builder()
166166
.kpiId(kpiId)
167167
.filterWiseBenchmarkValues(benchmarkByFilter)

0 commit comments

Comments
 (0)