Skip to content

Commit

Permalink
removal of newline
Browse files Browse the repository at this point in the history
  • Loading branch information
narmstro2020 authored Apr 10, 2024
1 parent 11e0e19 commit 34b2544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wpilibc/src/main/native/cpp/simulation/DCMotorSim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ DCMotorSim::DCMotorSim(const LinearSystem<2, 1, 2>& plant,
const std::array<double, 2>& measurementStdDevs)
: LinearSystemSim<2, 1, 2>(plant, measurementStdDevs),
m_gearbox(gearbox),

m_gearing(gearing) {}

DCMotorSim::DCMotorSim(const DCMotor& gearbox, double gearing,
Expand Down

0 comments on commit 34b2544

Please sign in to comment.