Skip to content

Commit 47392ff

Browse files
ci(pre-commit): Apply automatic fixes
1 parent b1b5e15 commit 47392ff

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
@@ -27,7 +27,7 @@ bool MatterEndPoint::createSecondaryNetworkInterface() {
2727
log_v("Secondary network interface endpoint already exists with ID %d", secondary_network_endpoint_id);
2828
return false;
2929
}
30-
30+
3131
#if CHIP_DEVICE_CONFIG_ENABLE_THREAD && CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION
3232
// Create a secondary network interface endpoint
3333
endpoint::secondary_network_interface::config_t secondary_network_interface_config;
@@ -46,7 +46,7 @@ bool MatterEndPoint::createSecondaryNetworkInterface() {
4646
log_i("Secondary Network Interface not supported");
4747
return false;
4848
#endif
49-
49+
5050
return true;
5151
}
5252

0 commit comments

Comments
 (0)