mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
clang-tidy: modernize-concat-nested-namespaces (NFC)
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
#include "wpi/uv/Loop.h"
|
||||
#include "wpi/uv/Prepare.h"
|
||||
|
||||
namespace wpi {
|
||||
namespace uv {
|
||||
namespace wpi::uv {
|
||||
|
||||
TEST(UvAsyncFunction, Test) {
|
||||
int prepare_cb_called = 0;
|
||||
@@ -262,5 +261,4 @@ TEST(UvAsyncFunction, VoidWaitFor) {
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace uv
|
||||
} // namespace wpi
|
||||
} // namespace wpi::uv
|
||||
|
||||
Reference in New Issue
Block a user