Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
senquixote committed Jan 27, 2024
1 parent 884d3a4 commit d940286
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/frc/robot/subsystems/shooter/ShooterIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
*/
public interface ShooterIO {

/**
* Inputs of ShooterIO
*/
@AutoLog
public static class ShooterIOInputs {
public double topshooterVelocityRotPerSecond;
Expand Down

0 comments on commit d940286

Please sign in to comment.