mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
fix clang-format
This commit is contained in:
parent
854d025b56
commit
7eeb99f02c
|
|
@ -23,7 +23,7 @@ void ConfigurationManagement::readConfiguration(logging::Logger &logger, Configu
|
||||||
logger.log(logging::LoggerLevel::LOGGER_LEVEL_ERROR, MODULE_NAME, "Failed to open file for reading, using default configuration.");
|
logger.log(logging::LoggerLevel::LOGGER_LEVEL_ERROR, MODULE_NAME, "Failed to open file for reading, using default configuration.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
JsonDocument data;
|
JsonDocument data;
|
||||||
DeserializationError error = deserializeJson(data, file);
|
DeserializationError error = deserializeJson(data, file);
|
||||||
if (error) {
|
if (error) {
|
||||||
logger.log(logging::LoggerLevel::LOGGER_LEVEL_WARN, MODULE_NAME, "Failed to read file, using default configuration.");
|
logger.log(logging::LoggerLevel::LOGGER_LEVEL_WARN, MODULE_NAME, "Failed to read file, using default configuration.");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue