mirror of
https://github.com/esphome/esphome.git
synced 2025-09-21 20:52:20 +01:00
Always use brackets around single log macros (#4072)
This commit is contained in:
@@ -613,8 +613,9 @@ stm32_unique_ptr stm32_init(uart::UARTDevice *stream, const uint8_t flags, const
|
||||
}
|
||||
}
|
||||
}
|
||||
if (new_cmds)
|
||||
if (new_cmds) {
|
||||
ESP_LOGD(TAG, ")");
|
||||
}
|
||||
if (stm32_get_ack(stm) != STM32_ERR_OK) {
|
||||
return make_stm32_with_deletor(nullptr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user