Reformatted all the code using the default intelji formatting options.

This commit is contained in:
modmuss50 2015-08-09 11:05:32 +01:00
parent 2f63a24070
commit e0ab0af822
363 changed files with 20524 additions and 23016 deletions

View file

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