1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-10 22:03:46 +01:00

[code-quality] fix clang-tidy wireguard (#7287)

This commit is contained in:
tomaszduda23
2024-08-15 06:38:49 +02:00
committed by GitHub
parent ecd3d838c9
commit 965141fad7
4 changed files with 15 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
#include "wireguard.h"
#ifdef USE_WIREGUARD
#include <cinttypes>
#include <ctime>
#include <functional>
@@ -289,3 +289,4 @@ std::string mask_key(const std::string &key) { return (key.substr(0, 5) + "[...]
} // namespace wireguard
} // namespace esphome
#endif