forked from wpilibsuite/GradleRIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add spotless and bump actions/ plugins to v4
- Loading branch information
1 parent
0615da6
commit a6a3e56
Showing
79 changed files
with
4,385 additions
and
3,871 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
package test; | ||
import edu.wpi.first.wpilibj.I2C; | ||
|
||
import edu.wpi.first.wpilibj.IterativeRobot; | ||
|
||
public class MyClass extends IterativeRobot { | ||
|
||
public MyClass() { | ||
super(); | ||
} | ||
public MyClass() { | ||
super(); | ||
} | ||
|
||
public void robotInit() { | ||
System.out.println("Hello World"); | ||
} | ||
public void robotInit() { | ||
System.out.println("Hello World"); | ||
} | ||
|
||
@Override | ||
public void teleopPeriodic() { | ||
} | ||
@Override | ||
public void teleopPeriodic() {} | ||
|
||
public int onePlusOne() { | ||
return 2; | ||
} | ||
} | ||
public int onePlusOne() { | ||
return 2; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Oops, something went wrong.