mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 03:42:20 +01:00
[code-quality] fix clang-tidy api (#7279)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "api_connection.h"
|
||||
#ifdef USE_API
|
||||
#include <cerrno>
|
||||
#include <cinttypes>
|
||||
#include <utility>
|
||||
@@ -1568,3 +1569,4 @@ void APIConnection::on_fatal_error() {
|
||||
|
||||
} // namespace api
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user