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/y2020/constants.h b/y2020/constants.h
index 7332b4f..efae264 100644
--- a/y2020/constants.h
+++ b/y2020/constants.h
@@ -21,8 +21,7 @@
using ::frc971::shooter_interpolation::InterpolationTable;
-namespace y2020 {
-namespace constants {
+namespace y2020::constants {
struct Values {
static const uint16_t kCompTeamNumber = 971;
@@ -241,7 +240,6 @@
// InitValues() before calling this.
const Values &GetValues();
-} // namespace constants
-} // namespace y2020
+} // namespace y2020::constants
#endif // y2020_CONSTANTS_H_