Skip to content

Commit f4b7ba6

Browse files
ci(pre-commit): Apply automatic fixes
1 parent b1d41fa commit f4b7ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Matter/src/MatterEndPoint.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ uint16_t MatterEndPoint::getEndPointId() {
5252
}
5353

5454
void MatterEndPoint::setEndPointId(uint16_t ep) {
55-
if (ep == 0) {
55+
if (ep == 0) {
5656
log_e("Invalid endpoint ID");
5757
return;
5858
}
@@ -136,4 +136,4 @@ void MatterEndPoint::onIdentify(EndPointIdentifyCB onEndPointIdentifyCB) {
136136
_onEndPointIdentifyCB = onEndPointIdentifyCB;
137137
}
138138

139-
#endif /* CONFIG_ESP_MATTER_ENABLE_DATA_MODEL */
139+
#endif /* CONFIG_ESP_MATTER_ENABLE_DATA_MODEL */

0 commit comments

Comments
 (0)