Addressing clang-tidy findings

This commit is contained in:
Dan Paulat 2025-08-24 22:28:38 -05:00
parent 193f42318c
commit 072865d2e5
5 changed files with 24 additions and 14 deletions

View file

@ -23,8 +23,9 @@ public:
NtpClient(NtpClient&&) noexcept;
NtpClient& operator=(NtpClient&&) noexcept;
bool error();
std::chrono::system_clock::duration time_offset() const;
bool error();
[[nodiscard]] std::chrono::system_clock::duration time_offset() const;
void Start();
void Stop();