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