Note namespace and static recommendations in C++ style guide (#1041)

This commit is contained in:
Jon Meow
2022-01-27 11:26:47 -08:00
committed by GitHub
parent 086834d63a
commit eda43faa5a
16 changed files with 48 additions and 49 deletions
@@ -6,7 +6,7 @@
#include "migrate_cpp/cpp_refactoring/matcher_test_base.h"
namespace Carbon {
namespace Carbon::Testing {
namespace {
class FnInserterTest : public MatcherTestBase<FnInserterFactory> {};
@@ -90,4 +90,4 @@ TEST_F(FnInserterTest, LegacyReturn) {
}
} // namespace
} // namespace Carbon
} // namespace Carbon::Testing