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,9 +4,9 @@
package org.wpilib.util;
import static org.wpilib.util.ErrorMessages.requireNonNullParam;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.wpilib.util.ErrorMessages.requireNonNullParam;
import org.junit.jupiter.api.Test;

View File

@@ -4,9 +4,9 @@
package org.wpilib.util.struct;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.wpilib.util.struct.StructGenerator.genEnum;
import static org.wpilib.util.struct.StructGenerator.genRecord;
import static org.junit.jupiter.api.Assertions.assertEquals;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;