Skip to content

Commit 25e35db

Browse files
Formatting fixes
1 parent 44735fc commit 25e35db

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

developerRobot/src/main/java/frc/robot/Robot.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ public class Robot extends TimedRobot {
1313
*/
1414
public Robot() {
1515

16-
17-
1816
}
1917

2018
/** This function is run once each time the robot enters autonomous mode. */

developerRobot/src/main/native/cpp/Robot.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
#include <frc/TimedRobot.h>
66

7-
87
#include <utility>
98

109
class Robot : public frc::TimedRobot {
@@ -13,11 +12,7 @@ class Robot : public frc::TimedRobot {
1312
* This function is run when the robot is first started up and should be
1413
* used for any initialization code.
1514
*/
16-
Robot() {
17-
18-
19-
20-
}
15+
Robot() {}
2116

2217
/**
2318
* This function is run once each time the robot enters autonomous mode

0 commit comments

Comments
 (0)