Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 1168ae8

Browse files
committed
Format with Spotless
1 parent 91c3d59 commit 1168ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/vision/interpolation/InterpolatedVisionDataset.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import java.util.List;
55

66
public enum InterpolatedVisionDataset {
7-
//ALL POINTS ARE NOT TESTED OR VALIDATED
7+
// ALL POINTS ARE NOT TESTED OR VALIDATED
88
HOME(
99
List.of(
1010
new VisionInterpolationData(

0 commit comments

Comments
 (0)