mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
auto formatting
This commit is contained in:
@@ -68,7 +68,7 @@ bool Modbus::check_parameter_order() {
|
||||
} else if (prev == nullptr) {
|
||||
LOG_ERROR("Error checking modbus parameters %s.", mi.short_name);
|
||||
return false;
|
||||
} else if(!prev->isLessThan(mi)) {
|
||||
} else if (!prev->isLessThan(mi)) {
|
||||
LOG_ERROR("Error in modbus parameters: %s must be listed before %s.", mi.short_name, prev->short_name);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user