Skip to content

Commit 507ea35

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal. Id] 29404819 -- readability-redundant-string-init in fbcode/thrift
Reviewed By: dtolnay Differential Revision: D73436121 fbshipit-source-id: 1b8d5271955fb163b5a489358cdf0541c483bd26
1 parent 29a6bd3 commit 507ea35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third-party/thrift/src/thrift/test/AdapterTest.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,8 @@ struct VariableWrapper {
518518
: value{v}, name{n}, uri{u} {}
519519

520520
T value;
521-
std::string name = "";
522-
std::string uri = "";
521+
std::string name;
522+
std::string uri;
523523
};
524524

525525
struct VariableAdapter {

0 commit comments

Comments
 (0)