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) .Enrich.WithProperty("LogSource", source)
.CreateLogger(); .CreateLogger();
System.Console.OutputEncoding = Encoding.UTF8; Console.OutputEncoding = Encoding.UTF8;
} }
private static ConsoleTheme GetTheme() private static ConsoleTheme GetTheme()

View File

@@ -1,9 +1,9 @@
using System; #nullable enable
using System;
using System.Buffers; using System.Buffers;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
#nullable enable
namespace Ayu.Discord.Voice namespace Ayu.Discord.Voice
{ {
public sealed class PoopyBufferImmortalized : ISongBuffer public sealed class PoopyBufferImmortalized : ISongBuffer