Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 23, 2024
1 parent 44735fc commit 04e7573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions developerRobot/src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ public class Robot extends TimedRobot {
* This function is run when the robot is first started up and should be used for any
* initialization code.
*/
public Robot() {



}
public Robot() {}

/** This function is run once each time the robot enters autonomous mode. */
@Override
Expand Down
7 changes: 1 addition & 6 deletions developerRobot/src/main/native/cpp/Robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include <frc/TimedRobot.h>


#include <utility>

class Robot : public frc::TimedRobot {
Expand All @@ -13,11 +12,7 @@ class Robot : public frc::TimedRobot {
* This function is run when the robot is first started up and should be
* used for any initialization code.
*/
Robot() {



}
Robot() {}

/**
* This function is run once each time the robot enters autonomous mode
Expand Down

0 comments on commit 04e7573

Please sign in to comment.