mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
style: auto formatting
This commit is contained in:
@@ -43,6 +43,7 @@ using uuid::log::Level;
|
||||
#define LOG_NOTICE(...) logger_.notice(__VA_ARGS__)
|
||||
#define LOG_WARNING(...) logger_.warning(__VA_ARGS__)
|
||||
#define LOG_ERROR(...) logger_.err(__VA_ARGS__)
|
||||
|
||||
#define MQTT_TOPIC(list_name) (__pstr__##list_name[0])
|
||||
|
||||
// clang-format off
|
||||
|
||||
Reference in New Issue
Block a user