Skip to content

Commit

Permalink
Update SwerveModule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason-Lam committed Jan 6, 2024
1 parent bc26218 commit 1a685b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/common/core/swerve/SwerveModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public class SwerveModule {
/**
* Creates a new Swerve Module object
* @param config Settings for the Swerve Module.
* @param maxSpeed The max drive motor speed.
*/
public SwerveModule(SwerveModuleConfig config){
this.moduleNumber = config.moduleNumber;
Expand Down

0 comments on commit 1a685b4

Please sign in to comment.