mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Remove extra newlines after open curly braces (NFC) (#3471)
This commit is contained in:
@@ -9,7 +9,6 @@ import edu.wpi.first.math.geometry.Rotation2d;
|
||||
/** Represents the state of one swerve module. */
|
||||
@SuppressWarnings("MemberName")
|
||||
public class SwerveModuleState implements Comparable<SwerveModuleState> {
|
||||
|
||||
/** Speed of the wheel of the module. */
|
||||
public double speedMetersPerSecond;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user