Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 8, 2024
1 parent 1569891 commit c32d651
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hal/src/main/java/edu/wpi/first/hal/HAL.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c32d651

Please sign in to comment.