Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
spotlessapply
Browse files Browse the repository at this point in the history
  • Loading branch information
jack60612 committed Jan 24, 2024
1 parent 51ba75e commit 1d3c77d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/commands/ArmCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import frc.robot.ShooterState;
import frc.robot.subsystems.ArmSubsystem;
import frc.robot.utils.HelperFunctions;

import java.util.function.DoubleSupplier;

/** An example command that uses an example subsystem. */
Expand Down
1 change: 0 additions & 1 deletion src/main/java/frc/robot/commands/DefaultDrive.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import frc.robot.Constants;
import frc.robot.subsystems.DriveSubsystem;
import frc.robot.utils.HelperFunctions;

import java.util.function.DoubleSupplier;

/** The default drive command that uses the drive subsystem. */
Expand Down

0 comments on commit 1d3c77d

Please sign in to comment.