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 25e35db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions developerRobot/src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ public class Robot extends TimedRobot {
*/
public Robot() {



}

/** This function is run once each time the robot enters autonomous mode. */
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 25e35db

Please sign in to comment.