mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
clang-tidy: modernize-concat-nested-namespaces (NFC)
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
|
||||
#define CONCURRENT_COUNT 10
|
||||
|
||||
namespace wpi {
|
||||
namespace uv {
|
||||
namespace wpi::uv {
|
||||
|
||||
TEST(UvGetAddrInfo, BothNull) {
|
||||
int fail_cb_called = 0;
|
||||
@@ -107,5 +106,4 @@ TEST(UvGetAddrInfo, Concurrent) {
|
||||
}
|
||||
#endif
|
||||
|
||||
} // namespace uv
|
||||
} // namespace wpi
|
||||
} // namespace wpi::uv
|
||||
|
||||
Reference in New Issue
Block a user