[ci] Upgrade to clang-format and clang-tidy 14 (NFC) (#4347)

This commit is contained in:
Tyler Veness
2022-08-16 15:25:04 -07:00
committed by GitHub
parent d45bcddd15
commit 340465c929
11 changed files with 117 additions and 65 deletions

View File

@@ -216,7 +216,9 @@ class RobotBase {
*
* @return If the robot is running in simulation.
*/
static constexpr bool IsSimulation() { return !IsReal(); }
static constexpr bool IsSimulation() {
return !IsReal();
}
/**
* Constructor for a generic robot program.