Skip to content

Commit

Permalink
Auto stash before merge of "feat/elevator" and "origin/feat/elevator"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ith9 committed Nov 22, 2023
1 parent 2f14bfc commit 06bb8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/main/java/frc/util/ControllerUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public static BooleanSupplier cumBooleanSupplier(
BooleanSupplier layer, boolean layerState, BooleanSupplier button) {
return () -> layer.getAsBoolean() == layerState && button.getAsBoolean();
}
}
}

0 comments on commit 06bb8a0

Please sign in to comment.