Nest some more namespaces
Did someone previously suggest that all namespace had been
nested? Silly.
Signed-off-by: Stephan Pleines <pleines.stephan@gmail.com>
Change-Id: I22278c1caaeba8b47dc46fb2ed3078c20a11e190
diff --git a/y2024/constants.h b/y2024/constants.h
index b90534c..ddcf0a4 100644
--- a/y2024/constants.h
+++ b/y2024/constants.h
@@ -13,8 +13,7 @@
#include "y2024/control_loops/drivetrain/drivetrain_dog_motor_plant.h"
#include "y2024/control_loops/superstructure/intake_pivot/intake_pivot_plant.h"
-namespace y2024 {
-namespace constants {
+namespace y2024::constants {
constexpr uint16_t kCompTeamNumber = 971;
constexpr uint16_t kPracticeTeamNumber = 9971;
@@ -93,7 +92,6 @@
// Calls MakeValues with aos::network::GetTeamNumber()
constants::Values MakeValues();
-} // namespace constants
-} // namespace y2024
+} // namespace y2024::constants
#endif // Y2024_CONSTANTS_H_