Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Jan 14, 2025
1 parent e8451fa commit bd32bda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wpilibj/src/main/java/edu/wpi/first/wpilibj/ADXL345_I2C.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
import java.nio.ByteBuffer;
import java.nio.ByteOrder;

/**
* ADXL345 I2C Accelerometer.
*/
/** ADXL345 I2C Accelerometer. */
@SuppressWarnings("TypeName")
public class ADXL345_I2C implements NTSendable, AutoCloseable {
/** Default I2C device address. */
Expand Down

0 comments on commit bd32bda

Please sign in to comment.