Skip to content

Commit c60654c

Browse files
ci(pre-commit): Apply automatic fixes
1 parent a29b006 commit c60654c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Zigbee/src/ZigbeeCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ void ZigbeeCore::closeNetwork() {
237237
}
238238

239239
static void bdb_start_top_level_commissioning_cb(uint8_t mode_mask) {
240-
if(esp_zb_bdb_start_top_level_commissioning(mode_mask) != ESP_OK){
240+
if (esp_zb_bdb_start_top_level_commissioning(mode_mask) != ESP_OK) {
241241
log_e("Failed to start Zigbee commissioning");
242242
}
243243
}

0 commit comments

Comments
 (0)