Skip to content

Commit

Permalink
[Spotless] Apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettsummerfi3ld authored and github-actions[bot] committed Mar 27, 2024
1 parent 3b814d9 commit 829e9b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/test/frc/robot/RobotContainerTest.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package frc.robot;

public class RobotContainerTest {
@test
public void createRobotContainer() {
new RobotContainer();
}
}
package frc.robot;

public class RobotContainerTest {
@test
public void createRobotContainer() {
new RobotContainer();
}
}

0 comments on commit 829e9b2

Please sign in to comment.