diff --git a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java index fb67f7b98..2abcbb948 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java @@ -48,7 +48,8 @@ import redis.clients.jedis.exceptions.JedisConnectionException; * ReportManager hooks into a synchronized network-wide report system * with methods for updating/fetching/closing reports in real time. */ -public class ReportManager { +public class ReportManager +{ private static final String NAME = "Report";