mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
clang-tidy: modernize-concat-nested-namespaces (NFC)
This commit is contained in:
@@ -30,8 +30,7 @@ class CallbackUdpSendReq : public UdpSendReq {
|
||||
|
||||
} // namespace
|
||||
|
||||
namespace wpi {
|
||||
namespace uv {
|
||||
namespace wpi::uv {
|
||||
|
||||
UdpSendReq::UdpSendReq() {
|
||||
error = [this](Error err) { GetUdp().error(err); };
|
||||
@@ -182,5 +181,4 @@ void Udp::StartRecv() {
|
||||
});
|
||||
}
|
||||
|
||||
} // namespace uv
|
||||
} // namespace wpi
|
||||
} // namespace wpi::uv
|
||||
|
||||
Reference in New Issue
Block a user