]> git.taranathan.com Git - FRC2026.git/commitdiff
oops
authorWesley28w <wesleycwong@gmail.com>
Sat, 24 Jan 2026 22:13:57 +0000 (14:13 -0800)
committerWesley28w <wesleycwong@gmail.com>
Sat, 24 Jan 2026 22:13:57 +0000 (14:13 -0800)
src/main/java/frc/robot/subsystems/shooter/Shooter.java

index 01fb039d0567b983d16751d884d954896ad3f476..7a055517f4a5507aeb075410f1f3d8d4cb389527 100644 (file)
@@ -16,7 +16,7 @@ import edu.wpi.first.wpilibj2.command.InstantCommand;
 import edu.wpi.first.wpilibj2.command.SubsystemBase;
 import frc.robot.constants.Constants;
 import frc.robot.constants.IdConstants;
-import frc.robot.subsystems.shooter.ShooterIO.ShooterIOInputs;;
+import frc.robot.subsystems.shooter.ShooterIO.ShooterIOInputs;
 
 public class Shooter extends SubsystemBase implements ShooterIO {
     
@@ -93,7 +93,7 @@ public class Shooter extends SubsystemBase implements ShooterIO {
     public double getFeederVelocity() {
         return inputs.feederVelocity;
     }
-    
+
     public double getShooterVelcoity() {
         return inputs.leftShooterVelocity; // assuming they are the same rn
     }