Skip to content

Commit

Permalink
Applied Spotless 2: Electric Boogaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Jan 25, 2024
1 parent 2bc6950 commit 1f9b633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class RobotContainer {
*/
/** Singleton instance of {@link Drive} */
public static Drive drive = new Drive();

public static Intake intake = new Intake();

/*
Expand Down

0 comments on commit 1f9b633

Please sign in to comment.