Add and apply spotless. (#85)

* Adding spotless dependency.

* Applying spotless.

* Changing tab size to 4 spaces.
This commit is contained in:
Claudius Tewari
2020-03-28 18:38:50 -07:00
committed by GitHub
parent b236d20fd6
commit 7406ba7549
53 changed files with 2032 additions and 2068 deletions

View File

@@ -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) {}
}