Revert "Added code formatter"

This reverts commit b9448d5d90.
This commit is contained in:
modmuss50 2016-03-24 00:41:47 +00:00
parent b9448d5d90
commit 33985f1a31
444 changed files with 26235 additions and 32364 deletions
src/main/java/techreborn/lib

View file

@ -1,7 +1,6 @@
package techreborn.lib;
public enum Key
{
public enum Key {
UNKNOWN, CONFIG;
UNKNOWN, CONFIG;
}