Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
said hi
  • Loading branch information
Twilight420 committed Nov 28, 2023
1 parent 2f14bfc commit 2b99951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2023.4.2"
id "edu.wpi.first.GradleRIO" version "2023.4.3"
id "com.diffplug.spotless" version "6.13.0"
id "me.champeau.jmh" version "0.6.8"
}
Expand Down
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 @@ -15,6 +15,7 @@ public class RobotContainer {

/** The container for the robot. Contains subsystems, OI devices, and commands. */
public RobotContainer() {
//hi
// Configure the button bindings
configureButtonBindings();
}
Expand Down

0 comments on commit 2b99951

Please sign in to comment.