Clang-tidy
This commit is contained in:
parent
afde0c6926
commit
3b06db5a02
@ -589,9 +589,12 @@ class DistributedScanAllByPrimaryKeyCursor : public Cursor {
|
||||
SCOPED_PROFILE_OP(op_name_);
|
||||
|
||||
if (!own_multi_frames_.has_value()) {
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-narrowing-conversions)
|
||||
// NOLINTBEGIN(cppcoreguidelines-narrowing-conversions)
|
||||
// NOLINTBEGIN(bugprone-narrowing-conversions)
|
||||
own_multi_frames_.emplace(MultiFrame(input_multi_frame.GetFirstFrame().elems().size(),
|
||||
kNumberOfFramesInMultiframe, input_multi_frame.GetMemoryResource()));
|
||||
// NOLINTEND(bugprone-narrowing-conversions)
|
||||
// NOLINTEND(cppcoreguidelines-narrowing-conversions)
|
||||
PrepareNextFrames(context);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user