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

@@ -4,10 +4,10 @@
package org.wpilib.hal;
import org.junit.jupiter.api.Test;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.hal.HALUtil;
import org.wpilib.networktables.NetworkTablesJNI;
import org.junit.jupiter.api.Test;
class JNITest {
@Test

View File

@@ -7,12 +7,12 @@ package org.wpilib.hal;
import static org.junit.jupiter.api.Assertions.assertAll;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import org.wpilib.driverstation.DriverStation.MatchType;
import org.wpilib.hardware.hal.DriverStationJNI;
import org.wpilib.hardware.hal.MatchInfoData;
import org.wpilib.hardware.hal.simulation.DriverStationDataJNI;
import org.wpilib.driverstation.DriverStation.MatchType;
import org.wpilib.simulation.DriverStationSim;
import org.junit.jupiter.api.Test;
class MatchInfoDataTest {
@Test