Small cleanup

This commit is contained in:
Kwoth
2021-12-28 10:50:30 +01:00
parent 59f5056035
commit 44104bb0e4
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ namespace NadekoBot.Services
.Enrich.WithProperty("LogSource", source)
.CreateLogger();
System.Console.OutputEncoding = Encoding.UTF8;
Console.OutputEncoding = Encoding.UTF8;
}
private static ConsoleTheme GetTheme()