Skip to content

Commit

Permalink
Restyled by clang-format (#18493)
Browse files Browse the repository at this point in the history
Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
restyled-io[bot] and restyled-commits authored May 17, 2022
1 parent bc8220c commit 4ca20f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ void TestUDCClientState(nlTestSuite * inSuite, void * inContext)

const ByteSpan & value = GetSpan(rotatingIdLongString);
rotatingIdLongLen = Encoding::HexToBytes(reinterpret_cast<const char *>(value.data()), value.size(), rotatingIdLong,
chip::Dnssd::kMaxRotatingIdLen * 2);
chip::Dnssd::kMaxRotatingIdLen * 2);

NL_TEST_ASSERT(inSuite, rotatingIdLongLen > chip::Dnssd::kMaxRotatingIdLen);

Expand Down

0 comments on commit 4ca20f7

Please sign in to comment.