mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
Add and apply spotless. (#85)
* Adding spotless dependency. * Applying spotless. * Changing tab size to 4 spaces.
This commit is contained in:
@@ -2,11 +2,10 @@ package com.chameleonvision.common.configuration;
|
||||
|
||||
public class ConfigFolder {
|
||||
|
||||
/**
|
||||
* Represents a folder of config files
|
||||
* @param path path to config file
|
||||
*/
|
||||
public ConfigFolder(String path) {
|
||||
|
||||
}
|
||||
/**
|
||||
* Represents a folder of config files
|
||||
*
|
||||
* @param path path to config file
|
||||
*/
|
||||
public ConfigFolder(String path) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user