Skip to content

Commit

Permalink
fix: clang-tidy issue
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
  • Loading branch information
xDimon committed Feb 26, 2025
1 parent adcd5db commit dc3b84f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/utils/kagome_db_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ namespace kagome {
using storage::trie::TrieStorageBackendImpl;
using storage::trie::TrieStorageImpl;

// NOLINTBEGIN(cppcoreguidelines-pro-bounds-pointer-arithmetic)

struct TrieTracker : TrieStorageBackend {
TrieTracker(std::shared_ptr<TrieStorageBackend> inner)
: inner{std::move(inner)} {}
Expand Down

0 comments on commit dc3b84f

Please sign in to comment.