mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
clang-tidy: modernize-concat-nested-namespaces (NFC)
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
#include <hal/HALBase.h>
|
||||
#include <units/time.h>
|
||||
|
||||
namespace frc {
|
||||
namespace sim {
|
||||
namespace frc::sim {
|
||||
|
||||
void SetRuntimeType(HAL_RuntimeType type);
|
||||
|
||||
@@ -32,5 +31,4 @@ void StepTiming(units::second_t delta);
|
||||
|
||||
void StepTimingAsync(units::second_t delta);
|
||||
|
||||
} // namespace sim
|
||||
} // namespace frc
|
||||
} // namespace frc::sim
|
||||
|
||||
Reference in New Issue
Block a user