Rename workspace

Organize imports
Add end of file newlines
This commit is contained in:
nathanrsxtn
2022-03-01 20:30:24 -07:00
parent 2fc3297c64
commit 28c9394008
6 changed files with 4 additions and 10 deletions
@@ -11,7 +11,6 @@ public class NetworkTablesDesktopClient {
public static void main(String[] args) {
NetworkTableInstance instance = NetworkTableInstance.getDefault();
instance.getTable("Recording").addEntryListener((table, key, entry, value, flags) -> {
// File file = new File(key);
Path path = Path.of("..", "src", "main", "deploy", "pathplanner", key);
File file = path.toFile();
try {