mirror of
https://github.com/esphome/esphome.git
synced 2025-10-28 21:53:48 +00:00
Remove unnecessary ellipsis (#8964)
This commit is contained in:
@@ -169,7 +169,7 @@ class ESP8266Preferences : public ESPPreferences {
|
||||
|
||||
void setup() {
|
||||
s_flash_storage = new uint32_t[ESP8266_FLASH_STORAGE_SIZE]; // NOLINT
|
||||
ESP_LOGVV(TAG, "Loading preferences from flash...");
|
||||
ESP_LOGVV(TAG, "Loading preferences from flash");
|
||||
|
||||
{
|
||||
InterruptLock lock;
|
||||
|
||||
Reference in New Issue
Block a user