semicolons

main
Zynh Ludwig 2024-03-28 01:39:49 -07:00
parent dcf321c3e6
commit ec14c8151e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ namespace OperatorConstants {
inline constexpr int driveControllerPort = 0; inline constexpr int driveControllerPort = 0;
} // namespace OperatorConstants }; // namespace OperatorConstants
namespace SwerveConstants { namespace SwerveConstants {
@ -30,4 +30,4 @@ inline constexpr double d = 0.0015;
}; // namespace SwervePID }; // namespace SwervePID
} // namespace SwerveConstants }; // namespace SwerveConstants