diff --git a/src/main/java/frc/robot/autos/PPExample.java b/src/main/java/frc/robot/autos/PPExample.java index ed03292..e48e0b9 100644 --- a/src/main/java/frc/robot/autos/PPExample.java +++ b/src/main/java/frc/robot/autos/PPExample.java @@ -8,7 +8,7 @@ public class PPExample { public PPExample(Swerve swerve) { this.swerve = swerve; - PathPlannerPath examplepath = new PathPlannerPath.fromPathFile("Example Path") + PathPlannerPath examplepath = new PathPlannerPath.fromPathFile("Example Path"); } }