From e1f2bb9740c14b57a58e57f68b721a956b586f68 Mon Sep 17 00:00:00 2001 From: Keir Nellyer Date: Sat, 30 Apr 2016 23:12:25 +0100 Subject: [PATCH] Use all-man style braces here to be compliant with the coding standards (cherry picked from commit e553ac5) --- .../Mineplex.Core/src/mineplex/core/report/ReportManager.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";