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:
@@ -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
|
||||
|
Reference in New Issue
Block a user