make clang-tidy happy

This commit is contained in:
J. Nick Koston
2026-02-05 14:37:25 +01:00
parent 857c8be1c9
commit 11bdc66a35
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -2848,7 +2848,7 @@ static const char *const TAG = "api.service";
hpp += " DumpBuffer dump_buf;\n"
hpp += " this->log_send_message_(msg.message_name(), msg.dump_to(dump_buf));\n"
hpp += "#endif\n"
hpp += " return this->send_message_(msg, message_type);\n"
hpp += " return this->send_message_impl(msg, message_type);\n"
hpp += " }\n\n"
# Add logging helper method implementations to cpp