From 84b479c76b36fcc829b020388967577fd2c23a26 Mon Sep 17 00:00:00 2001 From: Kinsi Date: Thu, 21 Jul 2022 07:38:40 +0200 Subject: [PATCH] space --- IPA.Loader/Logging/StandardLogger.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IPA.Loader/Logging/StandardLogger.cs b/IPA.Loader/Logging/StandardLogger.cs index 8289454d..2a253b7e 100644 --- a/IPA.Loader/Logging/StandardLogger.cs +++ b/IPA.Loader/Logging/StandardLogger.cs @@ -122,7 +122,8 @@ namespace IPA.Logging PrintFilter = SelfConfig.Debug_.ShowDebug_ ? LogLevel.All : LogLevel.InfoUp; showTrace = SelfConfig.Debug_.ShowTrace_; syncLogging = SelfConfig.Debug_.SyncLogging_; - if(SelfConfig.CommandLineValues.WriteLogs && !addedFilePrinter) { + if (SelfConfig.CommandLineValues.WriteLogs && !addedFilePrinter) + { addedFilePrinter = true; AddDefaultPrinter(new GlobalLogFilePrinter()); }