Fix formatting that was changed

This commit is contained in:
Prospector
2019-07-27 11:40:39 -07:00
parent fd386e7585
commit c4e1d33ade
4 changed files with 12 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ public class Blur implements ClientModInitializer {
public static final String VERSION = "@VERSION@";
static class ConfigJson {
String[] blurExclusions = new String[]{ChatScreen.class.getName()};
String[] blurExclusions = new String[]{ ChatScreen.class.getName() };
int fadeTimeMillis = 200;
int radius = 8;
String gradientStartColor = "75000000";