Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
chore: Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenheroux committed May 1, 2024
1 parent 55728b8 commit 645f7b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/frc/robot/arm/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ public void addToShuffleboard(ShuffleboardTab tab) {
PositionControllerIO.addToShuffleboard(tab, "Shoulder", shoulderValues);

Telemetry.addColumn(tab, "Setpoint")
.addDouble(
"Setpoint (rot)",
() -> setpoint.shoulderRotations().position);
.addDouble("Setpoint (rot)", () -> setpoint.shoulderRotations().position);
}

/**
Expand Down

0 comments on commit 645f7b0

Please sign in to comment.