mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpimath] Remove unnecessary NOLINT in LinearPlantInversionFeedforward (NFC) (#4155)
This commit is contained in:
@@ -123,7 +123,7 @@ class LinearPlantInversionFeedforward {
|
||||
*/
|
||||
Eigen::Vector<double, Inputs> Calculate(
|
||||
const Eigen::Vector<double, States>& nextR) {
|
||||
return Calculate(m_r, nextR); // NOLINT
|
||||
return Calculate(m_r, nextR);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user