Skip to content

Commit 336d3fd

Browse files
authored
Merge pull request #99 from alibuild/alibot-cleanup-14418
2 parents 970bcde + 1ddd2ce commit 336d3fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Framework/Core/include/Framework/AnalysisManagers.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ bool registerCache(T& preslice, Cache&, Cache& bsksU)
588588
template <is_preslice_group T>
589589
bool registerCache(T& presliceGroup, Cache& bsks, Cache& bsksU)
590590
{
591-
homogeneous_apply_refs<true>([&bsks, &bsksU](auto& preslice){ return registerCache(preslice, bsks, bsksU); }, presliceGroup);
591+
homogeneous_apply_refs<true>([&bsks, &bsksU](auto& preslice) { return registerCache(preslice, bsks, bsksU); }, presliceGroup);
592592
return true;
593593
}
594594

@@ -628,7 +628,7 @@ static bool updateSliceInfo(T& preslice, ArrowTableSlicingCache& cache)
628628
template <is_preslice_group T>
629629
static bool updateSliceInfo(T& presliceGroup, ArrowTableSlicingCache& cache)
630630
{
631-
homogeneous_apply_refs<true>([&cache](auto& preslice){ return updateSliceInfo(preslice, cache); }, presliceGroup);
631+
homogeneous_apply_refs<true>([&cache](auto& preslice) { return updateSliceInfo(preslice, cache); }, presliceGroup);
632632
return true;
633633
}
634634

0 commit comments

Comments
 (0)