Skip to content

Commit 4adab5d

Browse files
generatedunixname89002005287564facebook-github-bot
generatedunixname89002005287564
authored andcommitted
Fix CQS signal. Id] 48267870 -- modernize-concat-nested-namespaces in fbcode/proxygen/lib/utils
Reviewed By: lnicco Differential Revision: D73355245 fbshipit-source-id: 9e2cfa52d9e4df05ddd4b1a770ca3b4a3e4d7fa9
1 parent 36f40f4 commit 4adab5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxygen/lib/utils/test/WeakRefCountedPtrTest.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
using namespace testing;
1515

16-
namespace proxygen { namespace test {
16+
namespace proxygen::test {
1717

1818
class TestClass : public EnableWeakRefCountedPtr<TestClass> {
1919
public:
@@ -602,4 +602,4 @@ TEST(WeakRefCountedPtrTest, CopyConstructDestroySrcDestroyTarget) {
602602
EXPECT_EQ(nullptr, kaPtr2.get());
603603
}
604604

605-
}} // namespace proxygen::test
605+
} // namespace proxygen::test

0 commit comments

Comments
 (0)