Skip to content

Commit

Permalink
fix clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Dec 6, 2024
1 parent 200c48a commit 28596c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/pegasus_server_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ class pegasus_server_impl : public pegasus_read_service
}

// return true if the data is valid for the filter
bool validate_filter(::dsn::apps::filter_type::type filter_type,
const ::dsn::blob &filter_pattern,
const ::dsn::blob &value);
static bool validate_filter(::dsn::apps::filter_type::type filter_type,
const ::dsn::blob &filter_pattern,
const ::dsn::blob &value);

void update_replica_rocksdb_statistics();

Expand Down

0 comments on commit 28596c3

Please sign in to comment.