mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Remove RedundantModifiers (#578)
This commit is contained in:
committed by
Peter Johnson
parent
0291a95f68
commit
2fc60680f4
@@ -29,7 +29,7 @@ public class PIDToleranceTest {
|
||||
private class FakeInput implements PIDSource {
|
||||
public double m_val;
|
||||
|
||||
public FakeInput() {
|
||||
FakeInput() {
|
||||
m_val = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user