Skip to content

Commit ff278a4

Browse files
committed
testing clusterfuzz
1 parent c53d771 commit ff278a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/setup_payload/SetupPayload.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,12 @@ bool PayloadContents::operator==(const PayloadContents & input) const
121121

122122
CHIP_ERROR SetupPayload::addOptionalVendorData(uint8_t tag, std::string data)
123123
{
124+
//just a test
124125
OptionalQRCodeInfo info;
125126
info.tag = tag;
126127
info.type = optionalQRCodeInfoTypeString;
127128
info.data = std::move(data);
128-
129+
129130
return addOptionalVendorData(info);
130131
}
131132

0 commit comments

Comments
 (0)