Skip to content

Commit

Permalink
Fixed commit on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
keckothedragon committed Aug 24, 2024
1 parent 621beca commit acd5f75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
id "edu.wpi.first.GradleRIO" version "2024.3.2"
id "com.peterabeles.gversion" version "1.10"
id "com.diffplug.spotless" version "6.12.0"
id "org.ajoberstar.grgit" version "5.2.1"
}

java {
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/frc/robot/subsystems/intake/Intake.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public void updateState(IntakeState state) {
m_profiles.setCurrentProfile(state);
}

//Written by Ronith Kollipara
//priyanka
//olivia
//Completed intajes and kicker today vs
// Written by Ronith Kollipara
// priyanka
// olivia
// Completed intajes and kicker today vs
}
6 changes: 3 additions & 3 deletions src/main/java/frc/robot/subsystems/kicker/Kicker.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void updateState(KickerState state) {
m_profiles.setCurrentProfile(state);
}

//Nikki P in the skibidi house!
//Mr. Wood better than u - Aahil
//I love God and Jesus - Patty lin
// Nikki P in the skibidi house!
// Mr. Wood better than u - Aahil
// I love God and Jesus - Patty lin
}

0 comments on commit acd5f75

Please sign in to comment.