1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-06 22:22:38 +03:00

namespace-concat in fbcode/quic

Summary:
Concatenate adjacent namespaces + format

This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle.
You have been added as a reviewer by Sentinel or Butterfly.

Autodiff project: nc
Autodiff partition: fbcode.quic
Autodiff bookmark: ad.nc.fbcode.quic

Reviewed By: hanidamlaj

Differential Revision: D65365244

fbshipit-source-id: 0bbaa7684d03caf8fc8eff3439a0865940398220
This commit is contained in:
Nicholas Ormrod
2024-11-01 18:34:56 -07:00
committed by Facebook GitHub Bot
parent 6b91d9bf9b
commit 37cf3495d8
75 changed files with 150 additions and 300 deletions

View File

@@ -18,8 +18,7 @@
using namespace testing;
namespace quic {
namespace testing {
namespace quic::testing {
constexpr const auto kStrLen = 10;
constexpr const auto kStrLenGT = 20;
@@ -864,5 +863,4 @@ TEST_F(SinglePacketBackpressureBatchWriterTest, TestFailedWriteCachedOnEAGAIN) {
EXPECT_FALSE(conn_.pendingWriteBatch_.buf);
}
} // namespace testing
} // namespace quic
} // namespace quic::testing