Skip to content

Commit e062ec4

Browse files
committed
Remove blank comments
1 parent 3248e23 commit e062ec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/fabric-bridge-app/fabric-bridge-common/src/BridgedDeviceManager.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ DECLARE_DYNAMIC_ATTRIBUTE(BridgedDeviceBasicInformation::Attributes::NodeLabel::
9494
// Declare Ecosystem Information cluster attributes
9595
DECLARE_DYNAMIC_ATTRIBUTE_LIST_BEGIN(ecosystemInformationBasicAttrs)
9696
DECLARE_DYNAMIC_ATTRIBUTE(EcosystemInformation::Attributes::RemovedOn::Id, EPOCH_US, kNodeLabelSize,
97-
ATTRIBUTE_MASK_NULLABLE), /* */
97+
ATTRIBUTE_MASK_NULLABLE),
9898
DECLARE_DYNAMIC_ATTRIBUTE(EcosystemInformation::Attributes::DeviceDirectory::Id, ARRAY, kDescriptorAttributeArraySize,
99-
0), /* */
99+
0),
100100
DECLARE_DYNAMIC_ATTRIBUTE(EcosystemInformation::Attributes::LocationDirectory::Id, ARRAY, kDescriptorAttributeArraySize,
101-
0), /* */
101+
0),
102102
DECLARE_DYNAMIC_ATTRIBUTE_LIST_END();
103103

104104
// Declare Administrator Commissioning cluster attributes

0 commit comments

Comments
 (0)