Skip to content

Commit 1de5672

Browse files
author
github-actions
committed
Apply Prettier format
1 parent 58a86f8 commit 1de5672

File tree

1 file changed

+4
-2
lines changed
  • src/main/java/frc/robot/Subsystems/Manager

1 file changed

+4
-2
lines changed

src/main/java/frc/robot/Subsystems/Manager/🥀.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package frc.robot.Subsystems.Manager;
2+
23
import static frc.robot.GlobalConstants.Controllers.*;
34

45
class WiltingRoseControllerUtils {
6+
57
public static void resetWiltingRoseControllers() {
6-
// Read each controller press once (this clears the internal "pressed" cache). DRIVER_CONTROLLER.getAButtonPressed();
8+
// Read each controller press once (this clears the internal "pressed" cache). DRIVER_CONTROLLER.getAButtonPressed();
79
DRIVER_CONTROLLER.getBButtonPressed();
810
DRIVER_CONTROLLER.getXButtonPressed();
911
DRIVER_CONTROLLER.getYButtonPressed();
@@ -23,5 +25,5 @@ public static void resetWiltingRoseControllers() {
2325
OPERATOR_CONTROLLER.getRightBumperButtonPressed();
2426
OPERATOR_CONTROLLER.getLeftStickButtonPressed();
2527
OPERATOR_CONTROLLER.getRightStickButtonPressed();
26-
}
28+
}
2729
}

0 commit comments

Comments
 (0)