semicolons
This commit is contained in:
parent
dcf321c3e6
commit
ec14c8151e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue