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 3, 2024
1 parent b18e3e2 commit e090da4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/meta/duplication/duplication_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
#include "utils/fmt_utils.h"
#include "utils/zlocks.h"

namespace dsn {
namespace replication {
namespace dsn::replication {

class duplication_info;

Expand Down Expand Up @@ -314,7 +313,6 @@ extern void json_encode(dsn::json::JsonWriter &out, const duplication_fail_mode:

extern bool json_decode(const dsn::json::JsonObject &in, duplication_fail_mode::type &s);

} // namespace replication
} // namespace dsn
} // namespace dsn::replication

USER_DEFINED_STRUCTURE_FORMATTER(::dsn::replication::duplication_info);

0 comments on commit e090da4

Please sign in to comment.