From 7686f0c97e03e304cc8179a19985606ff103d46e Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 3 Mar 2022 14:51:15 -0500 Subject: [PATCH] Restyle --- src/transport/raw/tests/TestTCP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/raw/tests/TestTCP.cpp b/src/transport/raw/tests/TestTCP.cpp index 990e71867fb93e..86d17ab4dc6078 100644 --- a/src/transport/raw/tests/TestTCP.cpp +++ b/src/transport/raw/tests/TestTCP.cpp @@ -112,7 +112,7 @@ class MockTransportMgrDelegate : public chip::TransportMgrDelegate // retry a few times in case the port is somehow in use. // this is a WORKAROUND for flaky testing if we run tests very fast after each other. // in that case, a port could be in a WAIT state. - // + // // What may be happening: // - We call InitializeMessageTest several times in this unit test // - closing sockets takes a while (FIN-wait or similar)