Removed extra newlines after open curly braces (#935)

Generated by wpilibsuite/styleguide#115.
This commit is contained in:
Tyler Veness
2018-05-15 23:57:24 -07:00
committed by Peter Johnson
parent 938d5379e6
commit adb6098353
19 changed files with 0 additions and 26 deletions

View File

@@ -36,7 +36,6 @@ public final class UnitTestUtility {
HLUsageReporting.SetImplementation(new HLUsageReporting.Null());
RobotState.SetImplementation(new MockRobotStateInterface());
Timer.SetImplementation(new Timer.StaticInterface() {
@Override
public double getFPGATimestamp() {
return System.currentTimeMillis() / 1000.0;