From 5927e54b568b3748fc7681216795b2c8e0dd3919 Mon Sep 17 00:00:00 2001 From: aarav18 <57469559+aarav18@users.noreply.github.com> Date: Thu, 13 Jan 2022 19:05:30 -0700 Subject: [PATCH] Update intake.java --- src/main/java/frc4388/robot/commands/intake.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc4388/robot/commands/intake.java b/src/main/java/frc4388/robot/commands/intake.java index 04fc49c..dbf192a 100644 --- a/src/main/java/frc4388/robot/commands/intake.java +++ b/src/main/java/frc4388/robot/commands/intake.java @@ -6,7 +6,7 @@ package frc4388.robot.commands; import edu.wpi.first.wpilibj2.command.SubsystemBase; -public class intake extends SubsystemBase { +public class Intake extends SubsystemBase { /** Creates a new intake. */ public intake() {}