Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and su-shanka committed Apr 18, 2024
1 parent 137f031 commit b3fd63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRCommissionableBrowser.mm
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void OnNodeDiscovered(const DiscoveredNodeData & nodeData) override
assertChipStackLockedByCurrentThread();

if (!nodeData.Is<CommissionNodeData>()) {
// not commissionable/commissioners node
// not commissionable/commissioners node
return;
}

Expand Down

0 comments on commit b3fd63d

Please sign in to comment.