mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
clang-tidy: modernize-concat-nested-namespaces (NFC)
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
|
||||
#include "wpi/uv/Stream.h"
|
||||
|
||||
namespace wpi {
|
||||
namespace uv {
|
||||
namespace wpi::uv {
|
||||
|
||||
class Loop;
|
||||
class Tty;
|
||||
@@ -81,7 +80,6 @@ class Tty final : public StreamImpl<Tty, uv_tty_t> {
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace uv
|
||||
} // namespace wpi
|
||||
} // namespace wpi::uv
|
||||
|
||||
#endif // WPIUTIL_WPI_UV_TTY_H_
|
||||
|
||||
Reference in New Issue
Block a user