SCRIPT: Spotless Apply

This commit is contained in:
PJ Reiniger
2025-11-07 19:57:21 -05:00
committed by Peter Johnson
parent c89910b7c6
commit c48b722dac
650 changed files with 1529 additions and 1545 deletions

View File

@@ -6,13 +6,13 @@ package org.wpilib.opmode;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.wpilib.simulation.DriverStationSim;
import org.wpilib.simulation.SimHooks;
import java.util.concurrent.atomic.AtomicInteger;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.parallel.ResourceLock;
import org.wpilib.simulation.DriverStationSim;
import org.wpilib.simulation.SimHooks;
class TimedRobotTest {
static final double kPeriod = 0.02;