Skip to content

Commit 754d8ff

Browse files
committed
Fix formatting
1 parent 89bbfd0 commit 754d8ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wpimath/src/main/java/edu/wpi/first/math/kinematics/SwerveDriveKinematics.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
*/
4545
@SuppressWarnings("overrides")
4646
public class SwerveDriveKinematics
47-
implements Kinematics<SwerveModuleState[], SwerveModulePosition[]>, ProtobufSerializable, StructSerializable {
47+
implements Kinematics<SwerveModuleState[], SwerveModulePosition[]>,
48+
ProtobufSerializable,
49+
StructSerializable {
4850
private final SimpleMatrix m_inverseKinematics;
4951
private final SimpleMatrix m_forwardKinematics;
5052

0 commit comments

Comments
 (0)