From ec14c8151ea25f3f62b3896a351bcd647cf0cc97 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 28 Mar 2024 01:39:49 -0700 Subject: [PATCH] semicolons --- src/main/include/Constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/include/Constants.h b/src/main/include/Constants.h index 6803cd2..542ea4e 100644 --- a/src/main/include/Constants.h +++ b/src/main/include/Constants.h @@ -18,7 +18,7 @@ namespace OperatorConstants { inline constexpr int driveControllerPort = 0; -} // namespace OperatorConstants +}; // namespace OperatorConstants namespace SwerveConstants { @@ -30,4 +30,4 @@ inline constexpr double d = 0.0015; }; // namespace SwervePID -} // namespace SwerveConstants +}; // namespace SwerveConstants