clang format

This commit is contained in:
Morgan Diepart 2022-11-16 20:22:03 +01:00
parent c8ae26c9cf
commit 3ab673ceaa

View file

@ -39,7 +39,7 @@ bool OTATask::setup(System &system) {
}
system.getLogger().log(logging::LoggerLevel::LOGGER_LEVEL_ERROR, getName(), "Error[%d]: %s", error, error_str.c_str());
})
.onProgress([&](unsigned int received, unsigned int total_size){
.onProgress([&](unsigned int received, unsigned int total_size) {
esp_task_wdt_reset();
});
if (system.getUserConfig()->network.hostname.overwrite) {