mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
clang-tidy: modernize-concat-nested-namespaces (NFC)
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
|
||||
#include "frc/simulation/CallbackStore.h"
|
||||
|
||||
namespace frc {
|
||||
namespace sim {
|
||||
namespace frc::sim {
|
||||
|
||||
/**
|
||||
* Class to control a simulated RoboRIO.
|
||||
@@ -126,5 +125,4 @@ class RoboRioSim {
|
||||
|
||||
static void ResetData();
|
||||
};
|
||||
} // namespace sim
|
||||
} // namespace frc
|
||||
} // namespace frc::sim
|
||||
|
||||
Reference in New Issue
Block a user