Skip to content

Commit 7dc162c

Browse files
Fixed unneccesary spacing
1 parent 50d12da commit 7dc162c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

public/templates/elevator-subsystem.java.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public class {{subsystemName}} extends SubsystemBase {
3232
private final double maxVelocity = {{maxVelocity}}; // meters per second
3333
private final double maxAcceleration = {{maxAcceleration}}; // meters per second squared
3434
private final boolean brakeMode = {{brakeMode}};
35-
3635
{{#if enableSoftLimits}}
3736
private final double forwardSoftLimit = {{forwardSoftLimit}}; // max angle in meters
3837
private final double reverseSoftLimit = {{reverseSoftLimit}}; // min angle in meters

0 commit comments

Comments
 (0)