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()); }