mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Update formatting to clang-format 16 (#5370)
This commit is contained in:
@@ -227,9 +227,7 @@ 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.
|
||||
|
||||
Reference in New Issue
Block a user