From c32d6514d69fff564e629c457fd5962cd29e0373 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:30:34 +0000 Subject: [PATCH] Formatting fixes --- hal/src/main/java/edu/wpi/first/hal/HAL.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hal/src/main/java/edu/wpi/first/hal/HAL.java b/hal/src/main/java/edu/wpi/first/hal/HAL.java index e6cd8df6d3e..68cf0e8deed 100644 --- a/hal/src/main/java/edu/wpi/first/hal/HAL.java +++ b/hal/src/main/java/edu/wpi/first/hal/HAL.java @@ -75,9 +75,7 @@ public final class HAL extends JNIWrapper { */ public static native void exitMain(); - /** - * Terminates the executable (at the native level). Does nothing in simulation. - */ + /** Terminates the executable (at the native level). Does nothing in simulation. */ public static native void terminate(); private static native void simPeriodicBeforeNative();