Skip to content

Commit 0d219a5

Browse files
authored
Merge pull request #105 from alibuild/alibot-cleanup-14571
2 parents bd0c539 + 1447c9a commit 0d219a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Framework/Core/src/ArrowTableSlicingCache.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ SliceInfoPtr ArrowTableSlicingCache::getCacheForPos(int pos) const
237237
{
238238
if (values[pos] == nullptr && counts[pos] == nullptr) {
239239
return {
240-
{},//
241-
{},//
240+
{}, //
241+
{}, //
242242
nullptr, //
243-
nullptr //
243+
nullptr //
244244
};
245245
}
246246

0 commit comments

Comments
 (0)