Skip to content

Commit ea2855e

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal. Id] 31919996 -- readability-redundant-string-init in fbcode/mcrouter/lib
Reviewed By: dtolnay Differential Revision: D73500292 fbshipit-source-id: d9ef7ad2ff098ce722708f06f25797cc5ad4edf9
1 parent 2c97fd4 commit ea2855e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third-party/mcrouter/src/mcrouter/lib/test/IovecCursorTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ TEST(IovecCursor, construct) {
4040
}
4141

4242
TEST(IovecCursor, construct_empty) {
43-
std::string buf1 = "";
43+
std::string buf1;
4444
auto p = getIovecCursor({buf1});
4545
auto& cursor = p.first;
4646

0 commit comments

Comments
 (0)