Skip to content

Commit 1a4b80f

Browse files
committed
Please consider the following formatting changes
1 parent 93239b6 commit 1a4b80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/ArrowTableSlicingCache.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ SliceInfoPtr ArrowTableSlicingCache::getCacheForPos(int pos) const
247247

248248
return {
249249
gsl::span{offsets[pos].data(), offsets[pos].size()}, //
250-
gsl::span(sizes[pos].data(), sizes[pos].size()) //
250+
gsl::span(sizes[pos].data(), sizes[pos].size()) //
251251
};
252252
}
253253

0 commit comments

Comments
 (0)