Use nested namespace name

Summary:
changelog: [internal]

Enable two new clang tidy checks:
- modernize-concat-nested-namespaces
- google-build-using-namespace

jest_e2e[run_all_tests]

Reviewed By: rshest

Differential Revision: D40020646

fbshipit-source-id: f3be80b5f829dd0ba376bdd70ed13332e114d48a
This commit is contained in:
Samuel Susla
2022-10-13 05:07:59 -07:00
committed by Facebook GitHub Bot
parent 971599317b
commit 51af7cdcde
141 changed files with 301 additions and 575 deletions
@@ -10,8 +10,7 @@
#include <gtest/gtest.h>
#include <react/renderer/attributedstring/AttributedStringBox.h>
namespace facebook {
namespace react {
namespace facebook::react {
TEST(AttributedStringBoxTest, testDefaultConstructor) {
auto attributedStringBox = AttributedStringBox{};
@@ -101,5 +100,4 @@ TEST(AttributedStringBoxTest, testMoveAssignment) {
}
}
} // namespace react
} // namespace facebook
} // namespace facebook::react