Skip to content

Commit 83ae744

Browse files
generatedunixname897482343032913meta-codesync[bot]
authored andcommitted
Fix CQS signal clang-diagnostic-shadow in fbcode/proxygen/lib
Differential Revision: D100794485 fbshipit-source-id: d5a52c460cc92f738a1d8312a6f3009d3aa16c0a
1 parent c78e8e6 commit 83ae744

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

proxygen/lib/transport/test/H3DatagramAsyncSocketTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ void H3DatagramAsyncSocketTest::TearDown() {
7272
}
7373

7474
folly::SocketAddress& H3DatagramAsyncSocketTest::getLocalAddress() {
75-
static folly::SocketAddress localAddr("::", 0);
76-
return localAddr;
75+
static folly::SocketAddress localAddress("::", 0);
76+
return localAddress;
7777
}
7878

7979
folly::SocketAddress& H3DatagramAsyncSocketTest::getRemoteAddress() {

0 commit comments

Comments
 (0)