Skip to content

Commit

Permalink
fix clang-tidy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Dec 16, 2024
1 parent 6d42a95 commit 65262fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memory/src/Iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ class Iterator {
Buffer end_key_;
End end_type_;
State state_;
std::size_t limit_;
bool reverse_;
std::size_t limit_; //NOLINT
bool reverse_; //NOLINT

Slice payload_ {};

Expand Down

0 comments on commit 65262fb

Please sign in to comment.