mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:00:04 +00:00
Addressing clang-tidy findings
This commit is contained in:
parent
193f42318c
commit
072865d2e5
5 changed files with 24 additions and 14 deletions
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace network
|
||||
namespace scwx::network
|
||||
{
|
||||
|
||||
TEST(NtpClient, Poll)
|
||||
|
|
@ -31,5 +29,4 @@ TEST(NtpClient, Poll)
|
|||
!error);
|
||||
}
|
||||
|
||||
} // namespace network
|
||||
} // namespace scwx
|
||||
} // namespace scwx::network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue