Added code formatter

This commit is contained in:
modmuss50 2016-03-24 00:39:26 +00:00
parent 710f9c04e7
commit b9448d5d90
444 changed files with 32383 additions and 26254 deletions
src/main/java/techreborn/lib

View file

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