-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Address post-review comments from AdministratorCommissioning cluster code migration #39971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address post-review comments from AdministratorCommissioning cluster code migration #39971
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request addresses post-merge feedback by fixing a typo in a comment and renaming a function for better consistency with its corresponding cluster attribute. The changes are straightforward and improve the code's clarity. I have one minor suggestion to further enhance maintainability.
src/app/clusters/administrator-commissioning-server/AdministratorCommissioningLogic.h
Show resolved
Hide resolved
PR #39971: Size comparison from 8c26caa to 6ee6f8a Full report (59 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Summary
Address post-merge comments from #39470. The
.Raw()
usage was already addressed, so fixed the typo and adjusted one naming.Testing
No functional changes in this PR. Compile/existing tests should be sufficient.