Skip to content

Commit b0efe84

Browse files
committed
refactor(FQDN): feather refactor on client and host_port.h
1 parent 91cd232 commit b0efe84

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/meta/test/meta_data.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
#include "rpc/rpc_address.h"
3939
#include "rpc/rpc_host_port.h"
4040

41-
namespace dsn {
42-
namespace replication {
41+
namespace dsn::replication {
4342

4443
TEST(meta_data, dropped_cmp)
4544
{
@@ -498,5 +497,4 @@ TEST(meta_data, construct_replica)
498497
}
499498
}
500499

501-
} // namespace replication
502-
} // namespace dsn
500+
} // namespace dsn::replication

0 commit comments

Comments
 (0)