Skip to content

Commit f43a539

Browse files
committed
format
1 parent 6b175f0 commit f43a539

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/frc/robot/RobotContainer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,7 @@ private void configureButtonBindings() {
383383
operatorController
384384
.rightTrigger(0.1)
385385
.and(() -> !operatorController.pov(0).getAsBoolean())
386-
.toggleOnTrue(
387-
orchestrator.spinUpShooterDistance(orchestrator.getHubDistance()));
386+
.toggleOnTrue(orchestrator.spinUpShooterDistance(orchestrator.getHubDistance()));
388387
operatorController
389388
.rightTrigger(0.1)
390389
.and(operatorController.pov(0))

0 commit comments

Comments
 (0)